#99E8D4

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

Shades of Ice Cold #99E8D4

Tints of Ice Cold #99E8D4

Color information

#99E8D4 (or 0x99E8D4) is unknown color: approx Ice Cold. HEX triplet: 99, E8 and D4. RGB value is (153,232,212). Sum of RGB (Red+Green+Blue) = 153+232+212=597 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.63% from 597); Green value is 232 (91.02% from 255 or 38.86% from 597); Blue value is 212 (83.20% from 255 or 35.51% from 597); Max value from RGB is 232 - color contains mainly: green. Hex color #99E8D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99E8D4 is #66172B. Grayscale: #CECECE. Windows color (decimal): -6690604 or 13953177. OLE color: 13953177.

HSL color Cylindrical-coordinate representation of color #99E8D4: hue angle of 164.81º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99E8D4 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB153232212-
CMYK0.3400.090.09
HSL164.81º63.2%75.49%-
HSV(B)164.81º34.05%90.98%-
XYZ53.8869.2472.81-
YUV206.1131.3390.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.63%
GREEN value IS 232 (91.02% from 255) = 38.86%
BLUE value IS 212 (83.20% from 255) = 35.51%
R=25.63%
G=38.86%
B=35.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1532322120.3400.090.09164.8163.275.49
Hex99E8D422099a53f4b
Octal231350324420111124577113
Binary100110011110100011010100100010010011001101001011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99E8D4; }

 p { color: rgb(153,232,212); }

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

<style>
 a { background-color: #99E8D4; }

 a { background-color: rgb(153,232,212); }

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

<style>
 span { border-color: #99E8D4; }

 span { border-color: rgb(153,232,212); }

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