#9CCBAE

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

Shades of Vista Blue #9CCBAE

Tints of Vista Blue #9CCBAE

Color information

#9CCBAE (or 0x9CCBAE) is unknown color: approx Vista Blue. HEX triplet: 9C, CB and AE. RGB value is (156,203,174). Sum of RGB (Red+Green+Blue) = 156+203+174=533 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.27% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCBAE is #633451. Grayscale: #B9B9B9. Windows color (decimal): -6501458 or 11455388. OLE color: 11455388.

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

Color convert

RGB156203174-
CMYK0.2300.140.20
HSL142.98º31.13%70.39%-
HSV(B)142.98º23.15%79.61%-
XYZ42.7152.8447.99-
YUV185.64121.43106.86-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.27%
GREEN value IS 203 (79.69% from 255) = 38.09%
BLUE value IS 174 (68.36% from 255) = 32.65%
R=29.27%
G=38.09%
B=32.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1562031740.2300.140.20142.9831.1370.39
Hex9CCBAE170E148f1f46
Octal234313256270162421737106
Binary10011100110010111010111010111011101010010001111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,203,174); }

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

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

 a { background-color: rgb(156,203,174); }

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

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

 span { border-color: rgb(156,203,174); }

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