#ABD9E7

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

Shades of Light Blue #ABD9E7

Tints of Light Blue #ABD9E7

Color information

#ABD9E7 (or 0xABD9E7) is unknown color: approx Light Blue. HEX triplet: AB, D9 and E7. RGB value is (171,217,231). Sum of RGB (Red+Green+Blue) = 171+217+231=619 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.63% from 619); Green value is 217 (85.16% from 255 or 35.06% from 619); Blue value is 231 (90.62% from 255 or 37.32% from 619); Max value from RGB is 231 - color contains mainly: blue. Hex color #ABD9E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD9E7 is #542618. Grayscale: #CCCCCC. Windows color (decimal): -5514777 or 15194539. OLE color: 15194539.

HSL color Cylindrical-coordinate representation of color #ABD9E7: hue angle of 194º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABD9E7 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB171217231-
CMYK0.260.0600.09
HSL194º55.56%78.82%-
HSV(B)194º25.97%90.59%-
XYZ56.0364.0585.01-
YUV204.84142.76103.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.63%
GREEN value IS 217 (85.16% from 255) = 35.06%
BLUE value IS 231 (90.62% from 255) = 37.32%
R=27.63%
G=35.06%
B=37.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1712172310.260.0600.0919455.5678.82
HexABD9E71A609c2384f
Octal25333134732601130270117
Binary1010101111011001111001111101011001001110000101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD9E7; }

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

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

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

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

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

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

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

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