Html Css Color HEX #99ECD9 Ice Cold

📋 copy color: '#99ECD9'

red 153 ◦ green 236 ◦ blue 217

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

Shades of Ice Cold #99ECD9

Tints of Ice Cold #99ECD9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.94%

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

R = 25.25%
G = 38.94%
B = 35.81%

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

#99ECD9 (or 0x99ECD9) is known color: Ice Cold. HEX triplet: 99, EC and D9. RGB value is (153,236,217). Sum of RGB (Red+Green+Blue) = 153+236+217=606 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.25% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 217 (85.16% from 255 or 35.81% from 606); Max value from RGB is 236 - color contains mainly: green. Hex color #99ECD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99ECD9 is #661326. Grayscale: #D1D1D1. Windows color (decimal): -6689575 or 14281881. OLE color: 14281881.

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

Color convert

RGB 153 236 217 -
CMYK 0.35 0 0.08 0.07
HSL 166.27º 0.69% 0.76% -
HSV(B) 166.27º 0.35% 0.93% -
XYZ 55.66 71.77 76.57 -
YUV 209.02 132.5 88.04 -
System Red Green Blue C M Y K H S L
Decimal 153 236 217 0.35 0 0.08 0.07 166.27 0.69 0.76
Hex 99 EC D9 23 0 8 7 A6 45 4C
Octal 231 354 331 43 0 10 7 246 105 114
Binary 10011001 11101100 11011001 100011 0 1000 111 10100110 1000101 1001100

Color Harmonies of #99ECD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ECD9

Black with #99ECD9

Text Example


Text Example

White with #99ECD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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