Html Css Color HEX #99EEDD Ice Cold

📋 copy color: '#99EEDD'

red 153 ◦ green 238 ◦ blue 221

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

Shades of Ice Cold #99EEDD

Tints of Ice Cold #99EEDD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.89%

 BLUE value IS 221 (86.72% from 255) = 36.11%

R = 25%
G = 38.89%
B = 36.11%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#99EEDD (or 0x99EEDD) is known color: Ice Cold. HEX triplet: 99, EE and DD. RGB value is (153,238,221). Sum of RGB (Red+Green+Blue) = 153+238+221=612 (81% of max value = 765). Red value is 153 (60.16% from 255 or 25% from 612); Green value is 238 (93.36% from 255 or 38.89% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 238 - color contains mainly: green. Hex color #99EEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EEDD is #661122. Grayscale: #D2D2D2. Windows color (decimal): -6689059 or 14544537. OLE color: 14544537.

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

Color convert

RGB 153 238 221 -
CMYK 0.36 0 0.07 0.07
HSL 168º 0.71% 0.77% -
HSV(B) 168º 0.36% 0.93% -
XYZ 56.76 73.14 79.53 -
YUV 210.65 133.84 86.88 -
System Red Green Blue C M Y K H S L
Decimal 153 238 221 0.36 0 0.07 0.07 168 0.71 0.77
Hex 99 EE DD 24 0 7 7 A8 47 4D
Octal 231 356 335 44 0 7 7 250 107 115
Binary 10011001 11101110 11011101 100100 0 111 111 10101000 1000111 1001101

Color Harmonies of #99EEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99EEDD

Black with #99EEDD

Text Example


Text Example

White with #99EEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,238,221); }

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

background-color css

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

 a { background-color: rgb(153,238,221); }

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

border-color css

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

 span { border-color: rgb(153,238,221); }

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