#ABD9E5

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

Shades of Light Blue #ABD9E5

Tints of Light Blue #ABD9E5

Color information

#ABD9E5 (or 0xABD9E5) is unknown color: approx Light Blue. HEX triplet: AB, D9 and E5. RGB value is (171,217,229). Sum of RGB (Red+Green+Blue) = 171+217+229=617 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.71% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 229 (89.84% from 255 or 37.12% from 617); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABD9E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD9E5 is #54261A. Grayscale: #CCCCCC. Windows color (decimal): -5514779 or 15063467. OLE color: 15063467.

HSL color Cylindrical-coordinate representation of color #ABD9E5: hue angle of 192.41º 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 #ABD9E5 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB171217229-
CMYK0.250.0500.10
HSL192.41º52.73%78.43%-
HSV(B)192.41º25.33%89.8%-
XYZ55.7563.9483.53-
YUV204.61141.76104.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.71%
GREEN value IS 217 (85.16% from 255) = 35.17%
BLUE value IS 229 (89.84% from 255) = 37.12%
R=27.71%
G=35.17%
B=37.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1712172290.250.0500.10192.4152.7378.43
HexABD9E51950Ac0354e
Octal25333134531501230065116
Binary1010101111011001111001011100110101010110000001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD9E5; }

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

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

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

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

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

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

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

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