#ABD7E0

Color #ABD7E0 Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #ABD7E0

Tints of Light Blue #ABD7E0

Color information

#ABD7E0 (or 0xABD7E0) is unknown color: approx Light Blue. HEX triplet: AB, D7 and E0. RGB value is (171,215,224). Sum of RGB (Red+Green+Blue) = 171+215+224=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 224 (87.89% from 255 or 36.72% from 610); Max value from RGB is 224 - color contains mainly: blue. Hex color #ABD7E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD7E0 is #54281F. Grayscale: #CACACA. Windows color (decimal): -5515296 or 14735275. OLE color: 14735275.

HSL color Cylindrical-coordinate representation of color #ABD7E0: hue angle of 190.19º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABD7E0 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB171215224-
CMYK0.240.0400.12
HSL190.19º46.09%77.45%-
HSV(B)190.19º23.66%87.84%-
XYZ54.5562.6479.74-
YUV202.87139.92105.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.03%
GREEN value IS 215 (84.38% from 255) = 35.25%
BLUE value IS 224 (87.89% from 255) = 36.72%
R=28.03%
G=35.25%
B=36.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1712152240.240.0400.12190.1946.0977.45
HexABD7E01840Cbe2e4d
Octal25332734030401427656115
Binary1010101111010111111000001100010001100101111101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD7E0; }

 p { color: rgb(171,215,224); }

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

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

 a { background-color: rgb(171,215,224); }

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

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

 span { border-color: rgb(171,215,224); }

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