#ABDCE8

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

Shades of Light Blue #ABDCE8

Tints of Light Blue #ABDCE8

Color information

#ABDCE8 (or 0xABDCE8) is unknown color: approx Light Blue. HEX triplet: AB, DC and E8. RGB value is (171,220,232). Sum of RGB (Red+Green+Blue) = 171+220+232=623 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.45% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 232 (91.02% from 255 or 37.24% from 623); Max value from RGB is 232 - color contains mainly: blue. Hex color #ABDCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDCE8 is #542317. Grayscale: #CECECE. Windows color (decimal): -5514008 or 15260843. OLE color: 15260843.

HSL color Cylindrical-coordinate representation of color #ABDCE8: hue angle of 191.8º degrees, saturation: 0.57, 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 #ABDCE8 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB171220232-
CMYK0.260.0500.09
HSL191.8º57.01%79.02%-
HSV(B)191.8º26.29%90.98%-
XYZ56.9565.6786.02-
YUV206.72142.27102.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.45%
GREEN value IS 220 (86.33% from 255) = 35.31%
BLUE value IS 232 (91.02% from 255) = 37.24%
R=27.45%
G=35.31%
B=37.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1712202320.260.0500.09191.857.0179.02
HexABDCE81A509c0394f
Octal25333435032501130071117
Binary1010101111011100111010001101010101001110000001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDCE8; }

 p { color: rgb(171,220,232); }

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

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

 a { background-color: rgb(171,220,232); }

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

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

 span { border-color: rgb(171,220,232); }

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