#9CEBBE

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

Shades of Vista Blue #9CEBBE

Tints of Vista Blue #9CEBBE

Color information

#9CEBBE (or 0x9CEBBE) is unknown color: approx Vista Blue. HEX triplet: 9C, EB and BE. RGB value is (156,235,190). Sum of RGB (Red+Green+Blue) = 156+235+190=581 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.85% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 235 - color contains mainly: green. Hex color #9CEBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEBBE is #631441. Grayscale: #CECECE. Windows color (decimal): -6493250 or 12512156. OLE color: 12512156.

HSL color Cylindrical-coordinate representation of color #9CEBBE: hue angle of 145.82º 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 #9CEBBE is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB156235190-
CMYK0.3400.190.08
HSL145.82º66.39%76.67%-
HSV(B)145.82º33.62%92.16%-
XYZ52.7170.259.49-
YUV206.25118.8392.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.85%
GREEN value IS 235 (92.19% from 255) = 40.45%
BLUE value IS 190 (74.61% from 255) = 32.70%
R=26.85%
G=40.45%
B=32.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1562351900.3400.190.08145.8266.3976.67
Hex9CEBBE22013892424d
Octal2343532764202310222102115
Binary10011100111010111011111010001001001110001001001010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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