Html Css Color HEX #9DEFDE Ice Cold

📋 copy color: '#9DEFDE'

red 157 ◦ green 239 ◦ blue 222

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

Shades of Ice Cold #9DEFDE

Tints of Ice Cold #9DEFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.92%

R = 25.4%
G = 38.67%
B = 35.92%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#9DEFDE (or 0x9DEFDE) is known color: Ice Cold. HEX triplet: 9D, EF and DE. RGB value is (157,239,222). Sum of RGB (Red+Green+Blue) = 157+239+222=618 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.40% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEFDE is #621021. Grayscale: #D4D4D4. Windows color (decimal): -6426658 or 14610333. OLE color: 14610333.

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

Color convert

RGB 157 239 222 -
CMYK 0.34 0 0.07 0.06
HSL 167.56º 0.72% 0.78% -
HSV(B) 167.56º 0.34% 0.94% -
XYZ 57.96 74.18 80.37 -
YUV 212.54 133.33 88.38 -
System Red Green Blue C M Y K H S L
Decimal 157 239 222 0.34 0 0.07 0.06 167.56 0.72 0.78
Hex 9D EF DE 22 0 7 6 A8 48 4E
Octal 235 357 336 42 0 7 6 250 110 116
Binary 10011101 11101111 11011110 100010 0 111 110 10101000 1001000 1001110

Color Harmonies of #9DEFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEFDE

Black with #9DEFDE

Text Example


Text Example

White with #9DEFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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