#ABEAD6

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

Shades of Ice Cold #ABEAD6

Tints of Ice Cold #ABEAD6

Color information

#ABEAD6 (or 0xABEAD6) is unknown color: approx Ice Cold. HEX triplet: AB, EA and D6. RGB value is (171,234,214). Sum of RGB (Red+Green+Blue) = 171+234+214=619 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.63% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 214 (83.98% from 255 or 34.57% from 619); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEAD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEAD6 is #541529. Grayscale: #D4D4D4. Windows color (decimal): -5510442 or 14084779. OLE color: 14084779.

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

Color convert

RGB171234214-
CMYK0.2700.090.08
HSL160.95º60%79.41%-
HSV(B)160.95º26.92%91.76%-
XYZ58.3672.3674.51-
YUV212.88128.6398.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.63%
GREEN value IS 234 (91.80% from 255) = 37.80%
BLUE value IS 214 (83.98% from 255) = 34.57%
R=27.63%
G=37.80%
B=34.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712342140.2700.090.08160.956079.41
HexABEAD61B098a13c4f
Octal253352326330111024174117
Binary10101011111010101101011011011010011000101000011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEAD6; }

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

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

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

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

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

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

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

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