Html Css Color HEX #9DEFDD Ice Cold

📋 copy color: '#9DEFDD'

red 157 ◦ green 239 ◦ blue 221

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

Shades of Ice Cold #9DEFDD

Tints of Ice Cold #9DEFDD

RGB

 RED value IS 157 (61.72% from 255) = 25.45%

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

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

R = 25.45%
G = 38.74%
B = 35.82%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#9DEFDD (or 0x9DEFDD) is known color: Ice Cold. HEX triplet: 9D, EF and DD. RGB value is (157,239,221). Sum of RGB (Red+Green+Blue) = 157+239+221=617 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.45% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEFDD is #621022. Grayscale: #D4D4D4. Windows color (decimal): -6426659 or 14544797. OLE color: 14544797.

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

Color convert

RGB 157 239 221 -
CMYK 0.34 0 0.08 0.06
HSL 166.83º 0.72% 0.78% -
HSV(B) 166.83º 0.34% 0.94% -
XYZ 57.82 74.12 79.67 -
YUV 212.43 132.83 88.46 -
System Red Green Blue C M Y K H S L
Decimal 157 239 221 0.34 0 0.08 0.06 166.83 0.72 0.78
Hex 9D EF DD 22 0 8 6 A7 48 4E
Octal 235 357 335 42 0 10 6 247 110 116
Binary 10011101 11101111 11011101 100010 0 1000 110 10100111 1001000 1001110

Color Harmonies of #9DEFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEFDD

Black with #9DEFDD

Text Example


Text Example

White with #9DEFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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