#ABD5E4

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

Shades of Light Blue #ABD5E4

Tints of Light Blue #ABD5E4

Color information

#ABD5E4 (or 0xABD5E4) is unknown color: approx Light Blue. HEX triplet: AB, D5 and E4. RGB value is (171,213,228). Sum of RGB (Red+Green+Blue) = 171+213+228=612 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.94% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 228 - color contains mainly: blue. Hex color #ABD5E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD5E4 is #542A1B. Grayscale: #CACACA. Windows color (decimal): -5515804 or 14996907. OLE color: 14996907.

HSL color Cylindrical-coordinate representation of color #ABD5E4: hue angle of 195.79º 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 #ABD5E4 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB171213228-
CMYK0.250.0700.11
HSL195.79º51.35%78.24%-
HSV(B)195.79º25%89.41%-
XYZ54.5961.8582.46-
YUV202.15142.59105.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.94%
GREEN value IS 213 (83.59% from 255) = 34.80%
BLUE value IS 228 (89.45% from 255) = 37.25%
R=27.94%
G=34.80%
B=37.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1712132280.250.0700.11195.7951.3578.24
HexABD5E41970Bc4334e
Octal25332534431701330463116
Binary1010101111010101111001001100111101011110001001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD5E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD5E4; }

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

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

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

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

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

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

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

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