#ABEBDC

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

Shades of Ice Cold #ABEBDC

Tints of Ice Cold #ABEBDC

Color information

#ABEBDC (or 0xABEBDC) is unknown color: approx Ice Cold. HEX triplet: AB, EB and DC. RGB value is (171,235,220). Sum of RGB (Red+Green+Blue) = 171+235+220=626 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.32% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEBDC is #541423. Grayscale: #D6D6D6. Windows color (decimal): -5510180 or 14478251. OLE color: 14478251.

HSL color Cylindrical-coordinate representation of color #ABEBDC: hue angle of 165.94º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABEBDC is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB171235220-
CMYK0.2700.060.08
HSL165.94º61.54%79.61%-
HSV(B)165.94º27.23%92.16%-
XYZ59.4273.2478.72-
YUV214.15131.397.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.32%
GREEN value IS 235 (92.19% from 255) = 37.54%
BLUE value IS 220 (86.33% from 255) = 35.14%
R=27.32%
G=37.54%
B=35.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712352200.2700.060.08165.9461.5479.61
HexABEBDC1B068a63e50
Octal25335333433061024676120
Binary1010101111101011110111001101101101000101001101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEBDC; }

 p { color: rgb(171,235,220); }

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

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

 a { background-color: rgb(171,235,220); }

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

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

 span { border-color: rgb(171,235,220); }

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