#9DCBB2

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

Shades of Vista Blue #9DCBB2

Tints of Vista Blue #9DCBB2

Color information

#9DCBB2 (or 0x9DCBB2) is unknown color: approx Vista Blue. HEX triplet: 9D, CB and B2. RGB value is (157,203,178). Sum of RGB (Red+Green+Blue) = 157+203+178=538 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.18% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCBB2 is #62344D. Grayscale: #BABABA. Windows color (decimal): -6435918 or 11717533. OLE color: 11717533.

HSL color Cylindrical-coordinate representation of color #9DCBB2: hue angle of 147.39º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DCBB2 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB157203178-
CMYK0.2300.120.20
HSL147.39º30.67%70.59%-
HSV(B)147.39º22.66%79.61%-
XYZ43.353.0950.09-
YUV186.4123.26107.03-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.18%
GREEN value IS 203 (79.69% from 255) = 37.73%
BLUE value IS 178 (69.92% from 255) = 33.09%
R=29.18%
G=37.73%
B=33.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1572031780.2300.120.20147.3930.6770.59
Hex9DCBB2170C14931f47
Octal235313262270142422337107
Binary10011101110010111011001010111011001010010010011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,203,178); }

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

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

 a { background-color: rgb(157,203,178); }

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

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

 span { border-color: rgb(157,203,178); }

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