#9CECBE

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

Shades of Vista Blue #9CECBE

Tints of Vista Blue #9CECBE

Color information

#9CECBE (or 0x9CECBE) is unknown color: approx Vista Blue. HEX triplet: 9C, EC and BE. RGB value is (156,236,190). Sum of RGB (Red+Green+Blue) = 156+236+190=582 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.80% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CECBE is #631341. Grayscale: #CECECE. Windows color (decimal): -6492994 or 12512412. OLE color: 12512412.

HSL color Cylindrical-coordinate representation of color #9CECBE: hue angle of 145.5º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CECBE is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB156236190-
CMYK0.3400.190.07
HSL145.5º67.8%76.86%-
HSV(B)145.5º33.9%92.55%-
XYZ5370.7859.58-
YUV206.84118.591.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.80%
GREEN value IS 236 (92.58% from 255) = 40.55%
BLUE value IS 190 (74.61% from 255) = 32.65%
R=26.80%
G=40.55%
B=32.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562361900.3400.190.07145.567.876.86
Hex9CECBE22013792444d
Octal234354276420237222104115
Binary1001110011101100101111101000100100111111001001010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CECBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,236,190); }

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

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

 a { background-color: rgb(156,236,190); }

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

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

 span { border-color: rgb(156,236,190); }

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