#ABD7E4

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

Shades of Light Blue #ABD7E4

Tints of Light Blue #ABD7E4

Color information

#ABD7E4 (or 0xABD7E4) is unknown color: approx Light Blue. HEX triplet: AB, D7 and E4. RGB value is (171,215,228). Sum of RGB (Red+Green+Blue) = 171+215+228=614 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.85% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 228 (89.45% from 255 or 37.13% from 614); Max value from RGB is 228 - color contains mainly: blue. Hex color #ABD7E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD7E4 is #54281B. Grayscale: #CBCBCB. Windows color (decimal): -5515292 or 14997419. OLE color: 14997419.

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

Color convert

RGB171215228-
CMYK0.250.0600.11
HSL193.68º51.35%78.24%-
HSV(B)193.68º25%89.41%-
XYZ55.162.8682.63-
YUV203.33141.92104.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.85%
GREEN value IS 215 (84.38% from 255) = 35.02%
BLUE value IS 228 (89.45% from 255) = 37.13%
R=27.85%
G=35.02%
B=37.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1712152280.250.0600.11193.6851.3578.24
HexABD7E41960Bc2334e
Octal25332734431601330263116
Binary1010101111010111111001001100111001011110000101100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD7E4; }

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

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

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

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

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

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

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

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