#99EADC

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

Shades of Ice Cold #99EADC

Tints of Ice Cold #99EADC

Color information

#99EADC (or 0x99EADC) is unknown color: approx Ice Cold. HEX triplet: 99, EA and DC. RGB value is (153,234,220). Sum of RGB (Red+Green+Blue) = 153+234+220=607 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.21% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #99EADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EADC is #661523. Grayscale: #D0D0D0. Windows color (decimal): -6690084 or 14477977. OLE color: 14477977.

HSL color Cylindrical-coordinate representation of color #99EADC: hue angle of 169.63º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99EADC is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB153234220-
CMYK0.3500.060.08
HSL169.63º65.85%75.88%-
HSV(B)169.63º34.62%91.76%-
XYZ55.4870.7978.45-
YUV208.19134.6688.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.21%
GREEN value IS 234 (91.80% from 255) = 38.55%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=25.21%
G=38.55%
B=36.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532342200.3500.060.08169.6365.8575.88
Hex99EADC23068aa424c
Octal231352334430610252102114
Binary100110011110101011011100100011011010001010101010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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