Html Css Color HEX #9DEFE1 Ice Cold

📋 copy color: '#9DEFE1'

red 157 ◦ green 239 ◦ blue 225

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

Shades of Ice Cold #9DEFE1

Tints of Ice Cold #9DEFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.23%

R = 25.28%
G = 38.49%
B = 36.23%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#9DEFE1 (or 0x9DEFE1) is known color: Ice Cold. HEX triplet: 9D, EF and E1. RGB value is (157,239,225). Sum of RGB (Red+Green+Blue) = 157+239+225=621 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.28% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 225 (88.28% from 255 or 36.23% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEFE1 is #62101E. Grayscale: #D4D4D4. Windows color (decimal): -6426655 or 14806941. OLE color: 14806941.

HSL color Cylindrical-coordinate representation of color #9DEFE1: hue angle of 169.76º 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 #9DEFE1 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 239 225 -
CMYK 0.34 0 0.06 0.06
HSL 169.76º 0.72% 0.78% -
HSV(B) 169.76º 0.34% 0.94% -
XYZ 58.36 74.34 82.51 -
YUV 212.89 134.83 88.14 -
System Red Green Blue C M Y K H S L
Decimal 157 239 225 0.34 0 0.06 0.06 169.76 0.72 0.78
Hex 9D EF E1 22 0 6 6 AA 48 4E
Octal 235 357 341 42 0 6 6 252 110 116
Binary 10011101 11101111 11100001 100010 0 110 110 10101010 1001000 1001110

Color Harmonies of #9DEFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEFE1

Black with #9DEFE1

Text Example


Text Example

White with #9DEFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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