#99E6DA

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

Shades of Ice Cold #99E6DA

Tints of Ice Cold #99E6DA

Color information

#99E6DA (or 0x99E6DA) is unknown color: approx Ice Cold. HEX triplet: 99, E6 and DA. RGB value is (153,230,218). Sum of RGB (Red+Green+Blue) = 153+230+218=601 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.46% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 230 - color contains mainly: green. Hex color #99E6DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99E6DA is #661925. Grayscale: #CDCDCD. Windows color (decimal): -6691110 or 14345881. OLE color: 14345881.

HSL color Cylindrical-coordinate representation of color #99E6DA: hue angle of 170.65º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99E6DA is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB153230218-
CMYK0.3300.050.10
HSL170.65º60.63%75.1%-
HSV(B)170.65º33.48%90.2%-
XYZ54.0968.4376.69-
YUV205.61134.9990.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.46%
GREEN value IS 230 (90.23% from 255) = 38.27%
BLUE value IS 218 (85.55% from 255) = 36.27%
R=25.46%
G=38.27%
B=36.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1532302180.3300.050.10170.6560.6375.1
Hex99E6DA2105Aab3d4b
Octal23134633241051225375113
Binary10011001111001101101101010000101011010101010111111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,230,218); }

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

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

 a { background-color: rgb(153,230,218); }

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

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

 span { border-color: rgb(153,230,218); }

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