#ABEADA

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

Shades of Ice Cold #ABEADA

Tints of Ice Cold #ABEADA

Color information

#ABEADA (or 0xABEADA) is unknown color: approx Ice Cold. HEX triplet: AB, EA and DA. RGB value is (171,234,218). Sum of RGB (Red+Green+Blue) = 171+234+218=623 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.45% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEADA is #541525. Grayscale: #D5D5D5. Windows color (decimal): -5510438 or 14346923. OLE color: 14346923.

HSL color Cylindrical-coordinate representation of color #ABEADA: hue angle of 164.76º 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 #ABEADA is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB171234218-
CMYK0.2700.070.08
HSL164.76º60%79.41%-
HSV(B)164.76º26.92%91.76%-
XYZ58.8772.5777.23-
YUV213.34130.6397.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.45%
GREEN value IS 234 (91.80% from 255) = 37.56%
BLUE value IS 218 (85.55% from 255) = 34.99%
R=27.45%
G=37.56%
B=34.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712342180.2700.070.08164.766079.41
HexABEADA1B078a53c4f
Octal25335233233071024574117
Binary1010101111101010110110101101101111000101001011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEADA; }

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

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

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

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

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

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

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

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