#9DCCB6

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

Shades of Vista Blue #9DCCB6

Tints of Vista Blue #9DCCB6

Color information

#9DCCB6 (or 0x9DCCB6) is unknown color: approx Vista Blue. HEX triplet: 9D, CC and B6. RGB value is (157,204,182). Sum of RGB (Red+Green+Blue) = 157+204+182=543 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.91% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCCB6 is #623349. Grayscale: #BBBBBB. Windows color (decimal): -6435658 or 11979933. OLE color: 11979933.

HSL color Cylindrical-coordinate representation of color #9DCCB6: hue angle of 151.91º degrees, saturation: 0.32, 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 #9DCCB6 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB157204182-
CMYK0.2300.110.2
HSL151.91º31.54%70.78%-
HSV(B)151.91º23.04%80%-
XYZ43.9453.7352.31-
YUV187.44124.93106.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.91%
GREEN value IS 204 (80.08% from 255) = 37.57%
BLUE value IS 182 (71.48% from 255) = 33.52%
R=28.91%
G=37.57%
B=33.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1572041820.2300.110.2151.9131.5470.78
Hex9DCCB6170B14982047
Octal235314266270132423040107
Binary100111011100110010110110101110101110100100110001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,204,182); }

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

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

 a { background-color: rgb(157,204,182); }

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

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

 span { border-color: rgb(157,204,182); }

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