#ABD9EA

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

Shades of Light Blue #ABD9EA

Tints of Light Blue #ABD9EA

Color information

#ABD9EA (or 0xABD9EA) is unknown color: approx Light Blue. HEX triplet: AB, D9 and EA. RGB value is (171,217,234). Sum of RGB (Red+Green+Blue) = 171+217+234=622 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.49% from 622); Green value is 217 (85.16% from 255 or 34.89% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABD9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD9EA is #542615. Grayscale: #CDCDCD. Windows color (decimal): -5514774 or 15391147. OLE color: 15391147.

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

Color convert

RGB171217234-
CMYK0.270.0700.08
HSL196.19º60%79.41%-
HSV(B)196.19º26.92%91.76%-
XYZ56.4664.2287.26-
YUV205.18144.26103.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.49%
GREEN value IS 217 (85.16% from 255) = 34.89%
BLUE value IS 234 (91.80% from 255) = 37.62%
R=27.49%
G=34.89%
B=37.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712172340.270.0700.08196.196079.41
HexABD9EA1B708c43c4f
Octal25333135233701030474117
Binary1010101111011001111010101101111101000110001001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD9EA; }

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

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

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

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

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

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

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

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