#99EDDC

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

Shades of Ice Cold #99EDDC

Tints of Ice Cold #99EDDC

Color information

#99EDDC (or 0x99EDDC) is unknown color: approx Ice Cold. HEX triplet: 99, ED and DC. RGB value is (153,237,220). Sum of RGB (Red+Green+Blue) = 153+237+220=610 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.08% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #99EDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EDDC is #661223. Grayscale: #D1D1D1. Windows color (decimal): -6689316 or 14478745. OLE color: 14478745.

HSL color Cylindrical-coordinate representation of color #99EDDC: hue angle of 167.86º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99EDDC is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB153237220-
CMYK0.3500.070.07
HSL167.86º70%76.47%-
HSV(B)167.86º35.44%92.94%-
XYZ56.3472.5178.74-
YUV209.95133.6787.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.08%
GREEN value IS 237 (92.97% from 255) = 38.85%
BLUE value IS 220 (86.33% from 255) = 36.07%
R=25.08%
G=38.85%
B=36.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1532372200.3500.070.07167.867076.47
Hex99EDDC23077a8464c
Octal23135533443077250106114
Binary10011001111011011101110010001101111111010100010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,237,220); }

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

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

 a { background-color: rgb(153,237,220); }

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

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

 span { border-color: rgb(153,237,220); }

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