#ABD7E2

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

Shades of Light Blue #ABD7E2

Tints of Light Blue #ABD7E2

Color information

#ABD7E2 (or 0xABD7E2) is unknown color: approx Light Blue. HEX triplet: AB, D7 and E2. RGB value is (171,215,226). Sum of RGB (Red+Green+Blue) = 171+215+226=612 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.94% from 612); Green value is 215 (84.38% from 255 or 35.13% from 612); Blue value is 226 (88.67% from 255 or 36.93% from 612); Max value from RGB is 226 - color contains mainly: blue. Hex color #ABD7E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD7E2 is #54281D. Grayscale: #CBCBCB. Windows color (decimal): -5515294 or 14866347. OLE color: 14866347.

HSL color Cylindrical-coordinate representation of color #ABD7E2: hue angle of 192º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABD7E2 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB171215226-
CMYK0.240.0500.11
HSL192º48.67%77.84%-
HSV(B)192º24.34%88.63%-
XYZ54.8262.7581.17-
YUV203.1140.92105.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.94%
GREEN value IS 215 (84.38% from 255) = 35.13%
BLUE value IS 226 (88.67% from 255) = 36.93%
R=27.94%
G=35.13%
B=36.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1712152260.240.0500.1119248.6777.84
HexABD7E21850Bc0314e
Octal25332734230501330061116
Binary1010101111010111111000101100010101011110000001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD7E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD7E2; }

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

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

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

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

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

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

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

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