#ABD6EA

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

Shades of Light Blue #ABD6EA

Tints of Light Blue #ABD6EA

Color information

#ABD6EA (or 0xABD6EA) is unknown color: approx Light Blue. HEX triplet: AB, D6 and EA. RGB value is (171,214,234). Sum of RGB (Red+Green+Blue) = 171+214+234=619 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.63% from 619); Green value is 214 (83.98% from 255 or 34.57% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABD6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD6EA is #542915. Grayscale: #CBCBCB. Windows color (decimal): -5515542 or 15390379. OLE color: 15390379.

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

Color convert

RGB171214234-
CMYK0.270.0900.08
HSL199.05º60%79.41%-
HSV(B)199.05º26.92%91.76%-
XYZ55.6962.6987.01-
YUV203.42145.25104.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.63%
GREEN value IS 214 (83.98% from 255) = 34.57%
BLUE value IS 234 (91.80% from 255) = 37.80%
R=27.63%
G=34.57%
B=37.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712142340.270.0900.08199.056079.41
HexABD6EA1B908c73c4f
Octal253326352331101030774117
Binary10101011110101101110101011011100101000110001111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD6EA; }

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

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

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

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

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

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

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

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