Html Css Color HEX #99F2DF Ice Cold

📋 copy color: '#99F2DF'

red 153 ◦ green 242 ◦ blue 223

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

Shades of Ice Cold #99F2DF

Tints of Ice Cold #99F2DF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.16%

 BLUE value IS 223 (87.5% from 255) = 36.08%

R = 24.76%
G = 39.16%
B = 36.08%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#99F2DF (or 0x99F2DF) is known color: Ice Cold. HEX triplet: 99, F2 and DF. RGB value is (153,242,223). Sum of RGB (Red+Green+Blue) = 153+242+223=618 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.76% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #99F2DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F2DF is #660D20. Grayscale: #D5D5D5. Windows color (decimal): -6688033 or 14676633. OLE color: 14676633.

HSL color Cylindrical-coordinate representation of color #99F2DF: hue angle of 167.19º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99F2DF is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 153 242 223 -
CMYK 0.37 0 0.08 0.05
HSL 167.19º 0.77% 0.77% -
HSV(B) 167.19º 0.37% 0.95% -
XYZ 58.21 75.6 81.34 -
YUV 213.22 133.51 85.04 -
System Red Green Blue C M Y K H S L
Decimal 153 242 223 0.37 0 0.08 0.05 167.19 0.77 0.77
Hex 99 F2 DF 25 0 8 5 A7 4D 4D
Octal 231 362 337 45 0 10 5 247 115 115
Binary 10011001 11110010 11011111 100101 0 1000 101 10100111 1001101 1001101

Color Harmonies of #99F2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99F2DF

Black with #99F2DF

Text Example


Text Example

White with #99F2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,242,223); }

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

background-color css

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

 a { background-color: rgb(153,242,223); }

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

border-color css

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

 span { border-color: rgb(153,242,223); }

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