#ABD4E5

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

Shades of Light Blue #ABD4E5

Tints of Light Blue #ABD4E5

Color information

#ABD4E5 (or 0xABD4E5) is unknown color: approx Light Blue. HEX triplet: AB, D4 and E5. RGB value is (171,212,229). Sum of RGB (Red+Green+Blue) = 171+212+229=612 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.94% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABD4E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD4E5 is #542B1A. Grayscale: #C9C9C9. Windows color (decimal): -5516059 or 15062187. OLE color: 15062187.

HSL color Cylindrical-coordinate representation of color #ABD4E5: hue angle of 197.59º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABD4E5 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB171212229-
CMYK0.250.0700.10
HSL197.59º52.73%78.43%-
HSV(B)197.59º25.33%89.8%-
XYZ54.4861.483.11-
YUV201.68143.42106.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.94%
GREEN value IS 212 (83.20% from 255) = 34.64%
BLUE value IS 229 (89.84% from 255) = 37.42%
R=27.94%
G=34.64%
B=37.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1712122290.250.0700.10197.5952.7378.43
HexABD4E51970Ac6354e
Octal25332434531701230665116
Binary1010101111010100111001011100111101010110001101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD4E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD4E5; }

 p { color: rgb(171,212,229); }

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

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

 a { background-color: rgb(171,212,229); }

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

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

 span { border-color: rgb(171,212,229); }

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