#ABD5E1

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

Shades of Light Blue #ABD5E1

Tints of Light Blue #ABD5E1

Color information

#ABD5E1 (or 0xABD5E1) is unknown color: approx Light Blue. HEX triplet: AB, D5 and E1. RGB value is (171,213,225). Sum of RGB (Red+Green+Blue) = 171+213+225=609 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.08% from 609); Green value is 213 (83.59% from 255 or 34.98% from 609); Blue value is 225 (88.28% from 255 or 36.95% from 609); Max value from RGB is 225 - color contains mainly: blue. Hex color #ABD5E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD5E1 is #542A1E. Grayscale: #C9C9C9. Windows color (decimal): -5515807 or 14800299. OLE color: 14800299.

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

Color convert

RGB171213225-
CMYK0.240.0500.12
HSL193.33º47.37%77.65%-
HSV(B)193.33º24%88.24%-
XYZ54.1861.6880.28-
YUV201.81141.09106.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.08%
GREEN value IS 213 (83.59% from 255) = 34.98%
BLUE value IS 225 (88.28% from 255) = 36.95%
R=28.08%
G=34.98%
B=36.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1712132250.240.0500.12193.3347.3777.65
HexABD5E11850Cc12f4e
Octal25332534130501430157116
Binary1010101111010101111000011100010101100110000011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD5E1; }

 p { color: rgb(171,213,225); }

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

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

 a { background-color: rgb(171,213,225); }

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

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

 span { border-color: rgb(171,213,225); }

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