#9CEBD6

Color #9CEBD6 Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #9CEBD6

Tints of Ice Cold #9CEBD6

Color information

#9CEBD6 (or 0x9CEBD6) is unknown color: approx Ice Cold. HEX triplet: 9C, EB and D6. RGB value is (156,235,214). Sum of RGB (Red+Green+Blue) = 156+235+214=605 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.79% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 214 (83.98% from 255 or 35.37% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #9CEBD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEBD6 is #631429. Grayscale: #D0D0D0. Windows color (decimal): -6493226 or 14085020. OLE color: 14085020.

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

Color convert

RGB156235214-
CMYK0.3400.090.08
HSL164.05º66.39%76.67%-
HSV(B)164.05º33.62%92.16%-
XYZ55.5671.3474.46-
YUV208.98130.8390.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.79%
GREEN value IS 235 (92.19% from 255) = 38.84%
BLUE value IS 214 (83.98% from 255) = 35.37%
R=25.79%
G=38.84%
B=35.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1562352140.3400.090.08164.0566.3976.67
Hex9CEBD622098a4424d
Octal2343533264201110244102115
Binary1001110011101011110101101000100100110001010010010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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