Html Css Color HEX #99F0DD Ice Cold

📋 copy color: '#99F0DD'

red 153 ◦ green 240 ◦ blue 221

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

Shades of Ice Cold #99F0DD

Tints of Ice Cold #99F0DD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.09%

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

R = 24.92%
G = 39.09%
B = 35.99%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#99F0DD (or 0x99F0DD) is known color: Ice Cold. HEX triplet: 99, F0 and DD. RGB value is (153,240,221). Sum of RGB (Red+Green+Blue) = 153+240+221=614 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.92% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 240 - color contains mainly: green. Hex color #99F0DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F0DD is #660F22. Grayscale: #D3D3D3. Windows color (decimal): -6688547 or 14545049. OLE color: 14545049.

HSL color Cylindrical-coordinate representation of color #99F0DD: hue angle of 166.9º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99F0DD is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 240 221 -
CMYK 0.36 0 0.08 0.06
HSL 166.9º 0.74% 0.77% -
HSV(B) 166.9º 0.36% 0.94% -
XYZ 57.35 74.31 79.73 -
YUV 211.82 133.18 86.04 -
System Red Green Blue C M Y K H S L
Decimal 153 240 221 0.36 0 0.08 0.06 166.9 0.74 0.77
Hex 99 F0 DD 24 0 8 6 A7 4A 4D
Octal 231 360 335 44 0 10 6 247 112 115
Binary 10011001 11110000 11011101 100100 0 1000 110 10100111 1001010 1001101

Color Harmonies of #99F0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99F0DD

Black with #99F0DD

Text Example


Text Example

White with #99F0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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