Html Css Color HEX #99EDD9 Ice Cold

📋 copy color: '#99EDD9'

red 153 ◦ green 237 ◦ blue 217

#99EDD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ice Cold #99EDD9

Tints of Ice Cold #99EDD9

RGB

 RED value IS 153 (60.16% from 255) = 25.21%

 GREEN value IS 237 (92.97% from 255) = 39.04%

 BLUE value IS 217 (85.16% from 255) = 35.75%

R = 25.21%
G = 39.04%
B = 35.75%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#99EDD9 (or 0x99EDD9) is known color: Ice Cold. HEX triplet: 99, ED and D9. RGB value is (153,237,217). Sum of RGB (Red+Green+Blue) = 153+237+217=607 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.21% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #99EDD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EDD9 is #661226. Grayscale: #D1D1D1. Windows color (decimal): -6689319 or 14282137. OLE color: 14282137.

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

Color convert

RGB 153 237 217 -
CMYK 0.35 0 0.08 0.07
HSL 165.71º 0.7% 0.76% -
HSV(B) 165.71º 0.35% 0.93% -
XYZ 55.95 72.35 76.66 -
YUV 209.6 132.17 87.63 -
System Red Green Blue C M Y K H S L
Decimal 153 237 217 0.35 0 0.08 0.07 165.71 0.7 0.76
Hex 99 ED D9 23 0 8 7 A6 46 4C
Octal 231 355 331 43 0 10 7 246 106 114
Binary 10011001 11101101 11011001 100011 0 1000 111 10100110 1000110 1001100

Color Harmonies of #99EDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99EDD9

Black with #99EDD9

Text Example


Text Example

White with #99EDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99EDD9;
 }
 .AnyTagClassName
 {
   color: #99EDD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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