#99EDE1

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

Shades of Ice Cold #99EDE1

Tints of Ice Cold #99EDE1

Color information

#99EDE1 (or 0x99EDE1) is unknown color: approx Ice Cold. HEX triplet: 99, ED and E1. RGB value is (153,237,225). Sum of RGB (Red+Green+Blue) = 153+237+225=615 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.88% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 225 (88.28% from 255 or 36.59% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #99EDE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EDE1 is #66121E. Grayscale: #D2D2D2. Windows color (decimal): -6689311 or 14806425. OLE color: 14806425.

HSL color Cylindrical-coordinate representation of color #99EDE1: hue angle of 171.43º 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 #99EDE1 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB153237225-
CMYK0.3500.050.07
HSL171.43º70%76.47%-
HSV(B)171.43º35.44%92.94%-
XYZ57.0172.7882.28-
YUV210.52136.1786.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.88%
GREEN value IS 237 (92.97% from 255) = 38.54%
BLUE value IS 225 (88.28% from 255) = 36.59%
R=24.88%
G=38.54%
B=36.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1532372250.3500.050.07171.437076.47
Hex99EDE123057ab464c
Octal23135534143057253106114
Binary10011001111011011110000110001101011111010101110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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