Html Css Color HEX #99EEDB Ice Cold

📋 copy color: '#99EEDB'

red 153 ◦ green 238 ◦ blue 219

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

Shades of Ice Cold #99EEDB

Tints of Ice Cold #99EEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.9%

R = 25.08%
G = 39.02%
B = 35.9%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#99EEDB (or 0x99EEDB) is known color: Ice Cold. HEX triplet: 99, EE and DB. RGB value is (153,238,219). Sum of RGB (Red+Green+Blue) = 153+238+219=610 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.08% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 238 - color contains mainly: green. Hex color #99EEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EEDB is #661124. Grayscale: #D2D2D2. Windows color (decimal): -6689061 or 14413465. OLE color: 14413465.

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

Color convert

RGB 153 238 219 -
CMYK 0.36 0 0.08 0.07
HSL 166.59º 0.71% 0.77% -
HSV(B) 166.59º 0.36% 0.93% -
XYZ 56.5 73.04 78.14 -
YUV 210.42 132.84 87.04 -
System Red Green Blue C M Y K H S L
Decimal 153 238 219 0.36 0 0.08 0.07 166.59 0.71 0.77
Hex 99 EE DB 24 0 8 7 A7 47 4D
Octal 231 356 333 44 0 10 7 247 107 115
Binary 10011001 11101110 11011011 100100 0 1000 111 10100111 1000111 1001101

Color Harmonies of #99EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99EEDB

Black with #99EEDB

Text Example


Text Example

White with #99EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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