#9DEEE1

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

Shades of Ice Cold #9DEEE1

Tints of Ice Cold #9DEEE1

Color information

#9DEEE1 (or 0x9DEEE1) is unknown color: approx Ice Cold. HEX triplet: 9D, EE and E1. RGB value is (157,238,225). Sum of RGB (Red+Green+Blue) = 157+238+225=620 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.32% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEEE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEEE1 is #62111E. Grayscale: #D4D4D4. Windows color (decimal): -6426911 or 14806685. OLE color: 14806685.

HSL color Cylindrical-coordinate representation of color #9DEEE1: hue angle of 170.37º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEEE1 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB157238225-
CMYK0.3400.050.07
HSL170.37º70.43%77.45%-
HSV(B)170.37º34.03%93.33%-
XYZ58.0773.7582.41-
YUV212.3135.1688.56-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.32%
GREEN value IS 238 (93.36% from 255) = 38.39%
BLUE value IS 225 (88.28% from 255) = 36.29%
R=25.32%
G=38.39%
B=36.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572382250.3400.050.07170.3770.4377.45
Hex9DEEE122057aa464d
Octal23535634142057252106115
Binary10011101111011101110000110001001011111010101010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,238,225); }

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

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

 a { background-color: rgb(157,238,225); }

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

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

 span { border-color: rgb(157,238,225); }

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