#ABD7EB

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

Shades of Light Blue #ABD7EB

Tints of Light Blue #ABD7EB

Color information

#ABD7EB (or 0xABD7EB) is unknown color: approx Light Blue. HEX triplet: AB, D7 and EB. RGB value is (171,215,235). Sum of RGB (Red+Green+Blue) = 171+215+235=621 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.54% from 621); Green value is 215 (84.38% from 255 or 34.62% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #ABD7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD7EB is #542814. Grayscale: #CBCBCB. Windows color (decimal): -5515285 or 15456171. OLE color: 15456171.

HSL color Cylindrical-coordinate representation of color #ABD7EB: hue angle of 198.75º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABD7EB is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB171215235-
CMYK0.270.0900.08
HSL198.75º61.54%79.61%-
HSV(B)198.75º27.23%92.16%-
XYZ56.0963.2687.85-
YUV204.12145.42104.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.54%
GREEN value IS 215 (84.38% from 255) = 34.62%
BLUE value IS 235 (92.19% from 255) = 37.84%
R=27.54%
G=34.62%
B=37.84%

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
Decimal1712152350.270.0900.08198.7561.5479.61
HexABD7EB1B908c73e50
Octal253327353331101030776120
Binary10101011110101111110101111011100101000110001111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD7EB; }

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

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

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

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

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

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

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

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