#ABEDD8

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

Shades of Ice Cold #ABEDD8

Tints of Ice Cold #ABEDD8

Color information

#ABEDD8 (or 0xABEDD8) is unknown color: approx Ice Cold. HEX triplet: AB, ED and D8. RGB value is (171,237,216). Sum of RGB (Red+Green+Blue) = 171+237+216=624 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.40% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 216 (84.77% from 255 or 34.62% from 624); Max value from RGB is 237 - color contains mainly: green. Hex color #ABEDD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEDD8 is #541227. Grayscale: #D6D6D6. Windows color (decimal): -5509672 or 14216619. OLE color: 14216619.

HSL color Cylindrical-coordinate representation of color #ABEDD8: hue angle of 160.91º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEDD8 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB171237216-
CMYK0.2800.090.07
HSL160.91º64.71%80%-
HSV(B)160.91º27.85%92.94%-
XYZ59.4774.1876.15-
YUV214.87128.6396.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.40%
GREEN value IS 237 (92.97% from 255) = 37.98%
BLUE value IS 216 (84.77% from 255) = 34.62%
R=27.40%
G=37.98%
B=34.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712372160.2800.090.07160.9164.7180
HexABEDD81C097a14150
Octal253355330340117241101120
Binary10101011111011011101100011100010011111010000110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEDD8; }

 p { color: rgb(171,237,216); }

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

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

 a { background-color: rgb(171,237,216); }

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

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

 span { border-color: rgb(171,237,216); }

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