#ABD6E9

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

Shades of Light Blue #ABD6E9

Tints of Light Blue #ABD6E9

Color information

#ABD6E9 (or 0xABD6E9) is unknown color: approx Light Blue. HEX triplet: AB, D6 and E9. RGB value is (171,214,233). Sum of RGB (Red+Green+Blue) = 171+214+233=618 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.67% from 618); Green value is 214 (83.98% from 255 or 34.63% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 233 - color contains mainly: blue. Hex color #ABD6E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD6E9 is #542916. Grayscale: #CBCBCB. Windows color (decimal): -5515543 or 15324843. OLE color: 15324843.

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

Color convert

RGB171214233-
CMYK0.270.0800.09
HSL198.39º58.49%79.22%-
HSV(B)198.39º26.61%91.37%-
XYZ55.5562.6386.25-
YUV203.31144.75104.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.67%
GREEN value IS 214 (83.98% from 255) = 34.63%
BLUE value IS 233 (91.41% from 255) = 37.70%
R=27.67%
G=34.63%
B=37.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1712142330.270.0800.09198.3958.4979.22
HexABD6E91B809c63a4f
Octal253326351331001130672117
Binary10101011110101101110100111011100001001110001101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD6E9; }

 p { color: rgb(171,214,233); }

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

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

 a { background-color: rgb(171,214,233); }

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

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

 span { border-color: rgb(171,214,233); }

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