#9DEBE0

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

Shades of Ice Cold #9DEBE0

Tints of Ice Cold #9DEBE0

Color information

#9DEBE0 (or 0x9DEBE0) is unknown color: approx Ice Cold. HEX triplet: 9D, EB and E0. RGB value is (157,235,224). Sum of RGB (Red+Green+Blue) = 157+235+224=616 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.49% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEBE0 is #62141F. Grayscale: #D2D2D2. Windows color (decimal): -6427680 or 14740381. OLE color: 14740381.

HSL color Cylindrical-coordinate representation of color #9DEBE0: hue angle of 171.54º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DEBE0 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB157235224-
CMYK0.3300.050.08
HSL171.54º66.1%76.86%-
HSV(B)171.54º33.19%92.16%-
XYZ57.0771.9781.4-
YUV210.42135.6689.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.49%
GREEN value IS 235 (92.19% from 255) = 38.15%
BLUE value IS 224 (87.89% from 255) = 36.36%
R=25.49%
G=38.15%
B=36.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1572352240.3300.050.08171.5466.176.86
Hex9DEBE021058ac424d
Octal235353340410510254102115
Binary100111011110101111100000100001010110001010110010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,235,224); }

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

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

 a { background-color: rgb(157,235,224); }

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

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

 span { border-color: rgb(157,235,224); }

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