#9DCEB9

Color #9DCEB9 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #9DCEB9

Tints of Vista Blue #9DCEB9

Color information

#9DCEB9 (or 0x9DCEB9) is unknown color: approx Vista Blue. HEX triplet: 9D, CE and B9. RGB value is (157,206,185). Sum of RGB (Red+Green+Blue) = 157+206+185=548 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.65% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 185 (72.66% from 255 or 33.76% from 548); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCEB9 is #623146. Grayscale: #BCBCBC. Windows color (decimal): -6435143 or 12177053. OLE color: 12177053.

HSL color Cylindrical-coordinate representation of color #9DCEB9: hue angle of 154.29º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DCEB9 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB157206185-
CMYK0.2400.100.19
HSL154.29º33.33%71.18%-
HSV(B)154.29º23.79%80.78%-
XYZ44.7354.8154.12-
YUV188.96125.77105.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 28.65%
GREEN value IS 206 (80.86% from 255) = 37.59%
BLUE value IS 185 (72.66% from 255) = 33.76%
R=28.65%
G=37.59%
B=33.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1572061850.2400.100.19154.2933.3371.18
Hex9DCEB9180A139a2147
Octal235316271300122323241107
Binary100111011100111010111001110000101010011100110101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DCEB9; }

 p { color: rgb(157,206,185); }

 H1.HeaderClassName
 {
   color: #9DCEB9;
 }
 .AnyTagClassName
 {
   color: #9DCEB9;
 }
</style>
background-color css

<style>
 a { background-color: #9DCEB9; }

 a { background-color: rgb(157,206,185); }

 div.DivClassName
 {
   background-color: #9DCEB9;
 }
 .BgClassName
 {
   background-color: #9DCEB9;
 }
</style>
border-color css

<style>
 span { border-color: #9DCEB9; }

 span { border-color: rgb(157,206,185); }

 td.TdClassName
 {
   border-color: #9DCEB9;
 }
 .TagClassName
 {
   border-color: #9DCEB9;
 }
</style>