#9CEBB6

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

Shades of Vista Blue #9CEBB6

Tints of Vista Blue #9CEBB6

Color information

#9CEBB6 (or 0x9CEBB6) is unknown color: approx Vista Blue. HEX triplet: 9C, EB and B6. RGB value is (156,235,182). Sum of RGB (Red+Green+Blue) = 156+235+182=573 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.23% from 573); Green value is 235 (92.19% from 255 or 41.01% from 573); Blue value is 182 (71.48% from 255 or 31.76% from 573); Max value from RGB is 235 - color contains mainly: green. Hex color #9CEBB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEBB6 is #631449. Grayscale: #CDCDCD. Windows color (decimal): -6493258 or 11987868. OLE color: 11987868.

HSL color Cylindrical-coordinate representation of color #9CEBB6: hue angle of 139.75º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CEBB6 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB156235182-
CMYK0.3400.230.08
HSL139.75º66.39%76.67%-
HSV(B)139.75º33.62%92.16%-
XYZ51.8669.8655.01-
YUV205.34114.8392.81-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.23%
GREEN value IS 235 (92.19% from 255) = 41.01%
BLUE value IS 182 (71.48% from 255) = 31.76%
R=27.23%
G=41.01%
B=31.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1562351820.3400.230.08139.7566.3976.67
Hex9CEBB62201788c424d
Octal2343532664202710214102115
Binary10011100111010111011011010001001011110001000110010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,235,182); }

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

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

 a { background-color: rgb(156,235,182); }

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

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

 span { border-color: rgb(156,235,182); }

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