#9CEDB4

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

Shades of Vista Blue #9CEDB4

Tints of Vista Blue #9CEDB4

Color information

#9CEDB4 (or 0x9CEDB4) is unknown color: approx Vista Blue. HEX triplet: 9C, ED and B4. RGB value is (156,237,180). Sum of RGB (Red+Green+Blue) = 156+237+180=573 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.23% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #9CEDB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEDB4 is #63124B. Grayscale: #CECECE. Windows color (decimal): -6492748 or 11857308. OLE color: 11857308.

HSL color Cylindrical-coordinate representation of color #9CEDB4: hue angle of 137.78º degrees, saturation: 0.69, 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 #9CEDB4 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB156237180-
CMYK0.3400.240.07
HSL137.78º69.23%77.06%-
HSV(B)137.78º34.18%92.94%-
XYZ52.2370.9354.12-
YUV206.28113.1692.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.23%
GREEN value IS 237 (92.97% from 255) = 41.36%
BLUE value IS 180 (70.70% from 255) = 31.41%
R=27.23%
G=41.36%
B=31.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562371800.3400.240.07137.7869.2377.06
Hex9CEDB42201878a454d
Octal234355264420307212105115
Binary1001110011101101101101001000100110001111000101010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,237,180); }

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

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

 a { background-color: rgb(156,237,180); }

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

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

 span { border-color: rgb(156,237,180); }

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