Html Css Color HEX #9DF1DC Ice Cold

📋 copy color: '#9DF1DC'

red 157 ◦ green 241 ◦ blue 220

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

Shades of Ice Cold #9DF1DC

Tints of Ice Cold #9DF1DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.6%

R = 25.4%
G = 39%
B = 35.6%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#9DF1DC (or 0x9DF1DC) is known color: Ice Cold. HEX triplet: 9D, F1 and DC. RGB value is (157,241,220). Sum of RGB (Red+Green+Blue) = 157+241+220=618 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.40% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF1DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF1DC is #620E23. Grayscale: #D5D5D5. Windows color (decimal): -6426148 or 14479773. OLE color: 14479773.

HSL color Cylindrical-coordinate representation of color #9DF1DC: hue angle of 165º 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 #9DF1DC is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 157 241 220 -
CMYK 0.35 0 0.09 0.05
HSL 165º 0.75% 0.78% -
HSV(B) 165º 0.35% 0.95% -
XYZ 58.28 75.25 79.16 -
YUV 213.49 131.67 87.71 -
System Red Green Blue C M Y K H S L
Decimal 157 241 220 0.35 0 0.09 0.05 165 0.75 0.78
Hex 9D F1 DC 23 0 9 5 A5 4B 4E
Octal 235 361 334 43 0 11 5 245 113 116
Binary 10011101 11110001 11011100 100011 0 1001 101 10100101 1001011 1001110

Color Harmonies of #9DF1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF1DC

Black with #9DF1DC

Text Example


Text Example

White with #9DF1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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