Html Css Color HEX #9DE9DD Ice Cold

📋 copy color: '#9DE9DD'

red 157 ◦ green 233 ◦ blue 221

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

Shades of Ice Cold #9DE9DD

Tints of Ice Cold #9DE9DD

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.13%

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

R = 25.7%
G = 38.13%
B = 36.17%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#9DE9DD (or 0x9DE9DD) is known color: Ice Cold. HEX triplet: 9D, E9 and DD. RGB value is (157,233,221). Sum of RGB (Red+Green+Blue) = 157+233+221=611 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.70% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 233 - color contains mainly: green. Hex color #9DE9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DE9DD is #621622. Grayscale: #D0D0D0. Windows color (decimal): -6428195 or 14543261. OLE color: 14543261.

HSL color Cylindrical-coordinate representation of color #9DE9DD: hue angle of 170.53º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DE9DD is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 157 233 221 -
CMYK 0.33 0 0.05 0.09
HSL 170.53º 0.63% 0.76% -
HSV(B) 170.53º 0.33% 0.91% -
XYZ 56.09 70.67 79.09 -
YUV 208.91 134.82 90.98 -
System Red Green Blue C M Y K H S L
Decimal 157 233 221 0.33 0 0.05 0.09 170.53 0.63 0.76
Hex 9D E9 DD 21 0 5 9 AB 3F 4C
Octal 235 351 335 41 0 5 11 253 77 114
Binary 10011101 11101001 11011101 100001 0 101 1001 10101011 111111 1001100

Color Harmonies of #9DE9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE9DD

Black with #9DE9DD

Text Example


Text Example

White with #9DE9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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