#9DF1DE

Color #9DF1DE Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #9DF1DE

Tints of Ice Cold #9DF1DE

Color information

#9DF1DE (or 0x9DF1DE) is unknown color: approx Ice Cold. HEX triplet: 9D, F1 and DE. RGB value is (157,241,222). Sum of RGB (Red+Green+Blue) = 157+241+222=620 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.32% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF1DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF1DE is #620E21. Grayscale: #D5D5D5. Windows color (decimal): -6426146 or 14610845. OLE color: 14610845.

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

Color convert

RGB157241222-
CMYK0.3500.080.05
HSL166.43º75%78.04%-
HSV(B)166.43º34.85%94.51%-
XYZ58.5475.3580.57-
YUV213.72132.6787.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.32%
GREEN value IS 241 (94.53% from 255) = 38.87%
BLUE value IS 222 (87.11% from 255) = 35.81%
R=25.32%
G=38.87%
B=35.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1572412220.3500.080.05166.437578.04
Hex9DF1DE23085a64b4e
Octal235361336430105246113116
Binary100111011111000111011110100011010001011010011010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DF1DE;
 }
 .AnyTagClassName
 {
   color: #9DF1DE;
 }
</style>
background-color css

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

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

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

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

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

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