#9CEEE1

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

Shades of Ice Cold #9CEEE1

Tints of Ice Cold #9CEEE1

Color information

#9CEEE1 (or 0x9CEEE1) is unknown color: approx Ice Cold. HEX triplet: 9C, EE and E1. RGB value is (156,238,225). Sum of RGB (Red+Green+Blue) = 156+238+225=619 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.20% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #9CEEE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEEE1 is #63111E. Grayscale: #D3D3D3. Windows color (decimal): -6492447 or 14806684. OLE color: 14806684.

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

Color convert

RGB156238225-
CMYK0.3400.050.07
HSL170.49º70.69%77.25%-
HSV(B)170.49º34.45%93.33%-
XYZ57.8873.6582.4-
YUV212135.3388.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.20%
GREEN value IS 238 (93.36% from 255) = 38.45%
BLUE value IS 225 (88.28% from 255) = 36.35%
R=25.20%
G=38.45%
B=36.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562382250.3400.050.07170.4970.6977.25
Hex9CEEE122057aa474d
Octal23435634142057252107115
Binary10011100111011101110000110001001011111010101010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,238,225); }

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

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

 a { background-color: rgb(156,238,225); }

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

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

 span { border-color: rgb(156,238,225); }

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