#ABEADD

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

Shades of Ice Cold #ABEADD

Tints of Ice Cold #ABEADD

Color information

#ABEADD (or 0xABEADD) is unknown color: approx Ice Cold. HEX triplet: AB, EA and DD. RGB value is (171,234,221). Sum of RGB (Red+Green+Blue) = 171+234+221=626 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.32% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEADD is #541522. Grayscale: #D5D5D5. Windows color (decimal): -5510435 or 14543531. OLE color: 14543531.

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

Color convert

RGB171234221-
CMYK0.2700.060.08
HSL167.62º60%79.41%-
HSV(B)167.62º26.92%91.76%-
XYZ59.2772.7279.32-
YUV213.68132.1397.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.32%
GREEN value IS 234 (91.80% from 255) = 37.38%
BLUE value IS 221 (86.72% from 255) = 35.30%
R=27.32%
G=37.38%
B=35.30%

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
Decimal1712342210.2700.060.08167.626079.41
HexABEADD1B068a83c4f
Octal25335233533061025074117
Binary1010101111101010110111011101101101000101010001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEADD; }

 p { color: rgb(171,234,221); }

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

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

 a { background-color: rgb(171,234,221); }

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

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

 span { border-color: rgb(171,234,221); }

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