Html Css Color HEX #9FEFDD Ice Cold

📋 copy color: '#9FEFDD'

red 159 ◦ green 239 ◦ blue 221

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

Shades of Ice Cold #9FEFDD

Tints of Ice Cold #9FEFDD

RGB

 RED value IS 159 (62.5% from 255) = 25.69%

 GREEN value IS 239 (93.75% from 255) = 38.61%

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

R = 25.69%
G = 38.61%
B = 35.7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#9FEFDD (or 0x9FEFDD) is known color: Ice Cold. HEX triplet: 9F, EF and DD. RGB value is (159,239,221). Sum of RGB (Red+Green+Blue) = 159+239+221=619 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.69% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEFDD is #601022. Grayscale: #D5D5D5. Windows color (decimal): -6295587 or 14544799. OLE color: 14544799.

HSL color Cylindrical-coordinate representation of color #9FEFDD: hue angle of 166.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEFDD is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 239 221 -
CMYK 0.33 0 0.08 0.06
HSL 166.5º 0.71% 0.78% -
HSV(B) 166.5º 0.33% 0.94% -
XYZ 58.22 74.32 79.68 -
YUV 213.03 132.5 89.46 -
System Red Green Blue C M Y K H S L
Decimal 159 239 221 0.33 0 0.08 0.06 166.5 0.71 0.78
Hex 9F EF DD 21 0 8 6 A6 47 4E
Octal 237 357 335 41 0 10 6 246 107 116
Binary 10011111 11101111 11011101 100001 0 1000 110 10100110 1000111 1001110

Color Harmonies of #9FEFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEFDD

Black with #9FEFDD

Text Example


Text Example

White with #9FEFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FEFDD; }

 p { color: rgb(159,239,221); }

 H1.HeaderClassName
 {
   color: #9FEFDD;
 }
 .AnyTagClassName
 {
   color: #9FEFDD;
 }
</style>

background-color css

<style>
 a { background-color: #9FEFDD; }

 a { background-color: rgb(159,239,221); }

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

border-color css

<style>
 span { border-color: #9FEFDD; }

 span { border-color: rgb(159,239,221); }

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