Html Css Color HEX #9DF1DD Ice Cold

📋 copy color: '#9DF1DD'

red 157 ◦ green 241 ◦ blue 221

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

Shades of Ice Cold #9DF1DD

Tints of Ice Cold #9DF1DD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.93%

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

R = 25.36%
G = 38.93%
B = 35.7%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#9DF1DD (or 0x9DF1DD) is known color: Ice Cold. HEX triplet: 9D, F1 and DD. RGB value is (157,241,221). Sum of RGB (Red+Green+Blue) = 157+241+221=619 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.36% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF1DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF1DD is #620E22. Grayscale: #D5D5D5. Windows color (decimal): -6426147 or 14545309. OLE color: 14545309.

HSL color Cylindrical-coordinate representation of color #9DF1DD: hue angle of 165.71º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DF1DD is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 157 241 221 -
CMYK 0.35 0 0.08 0.05
HSL 165.71º 0.75% 0.78% -
HSV(B) 165.71º 0.35% 0.95% -
XYZ 58.41 75.3 79.86 -
YUV 213.6 132.17 87.63 -
System Red Green Blue C M Y K H S L
Decimal 157 241 221 0.35 0 0.08 0.05 165.71 0.75 0.78
Hex 9D F1 DD 23 0 8 5 A6 4B 4E
Octal 235 361 335 43 0 10 5 246 113 116
Binary 10011101 11110001 11011101 100011 0 1000 101 10100110 1001011 1001110

Color Harmonies of #9DF1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF1DD

Black with #9DF1DD

Text Example


Text Example

White with #9DF1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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