#ABD7EA

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

Shades of Light Blue #ABD7EA

Tints of Light Blue #ABD7EA

Color information

#ABD7EA (or 0xABD7EA) is unknown color: approx Light Blue. HEX triplet: AB, D7 and EA. RGB value is (171,215,234). Sum of RGB (Red+Green+Blue) = 171+215+234=620 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.58% from 620); Green value is 215 (84.38% from 255 or 34.68% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABD7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD7EA is #542815. Grayscale: #CBCBCB. Windows color (decimal): -5515286 or 15390635. OLE color: 15390635.

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

Color convert

RGB171215234-
CMYK0.270.0800.08
HSL198.1º60%79.41%-
HSV(B)198.1º26.92%91.76%-
XYZ55.9563.287.09-
YUV204.01144.92104.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.58%
GREEN value IS 215 (84.38% from 255) = 34.68%
BLUE value IS 234 (91.80% from 255) = 37.74%
R=27.58%
G=34.68%
B=37.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712152340.270.0800.08198.16079.41
HexABD7EA1B808c63c4f
Octal253327352331001030674117
Binary10101011110101111110101011011100001000110001101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD7EA; }

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

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

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

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

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

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

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

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