#ABD6EC

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

Shades of Light Blue #ABD6EC

Tints of Light Blue #ABD6EC

Color information

#ABD6EC (or 0xABD6EC) is unknown color: approx Light Blue. HEX triplet: AB, D6 and EC. RGB value is (171,214,236). Sum of RGB (Red+Green+Blue) = 171+214+236=621 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.54% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABD6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD6EC is #542913. Grayscale: #CBCBCB. Windows color (decimal): -5515540 or 15521451. OLE color: 15521451.

HSL color Cylindrical-coordinate representation of color #ABD6EC: hue angle of 200.31º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABD6EC is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171214236-
CMYK0.280.0900.07
HSL200.31º63.11%79.8%-
HSV(B)200.31º27.54%92.55%-
XYZ55.9862.8188.53-
YUV203.65146.25104.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.54%
GREEN value IS 214 (83.98% from 255) = 34.46%
BLUE value IS 236 (92.58% from 255) = 38.00%
R=27.54%
G=34.46%
B=38.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712142360.280.0900.07200.3163.1179.8
HexABD6EC1C907c83f50
Octal25332635434110731077120
Binary1010101111010110111011001110010010111110010001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD6EC; }

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

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

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

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

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

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

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

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