#ABD9EB

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

Shades of Light Blue #ABD9EB

Tints of Light Blue #ABD9EB

Color information

#ABD9EB (or 0xABD9EB) is unknown color: approx Light Blue. HEX triplet: AB, D9 and EB. RGB value is (171,217,235). Sum of RGB (Red+Green+Blue) = 171+217+235=623 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.45% from 623); Green value is 217 (85.16% from 255 or 34.83% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #ABD9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD9EB is #542614. Grayscale: #CDCDCD. Windows color (decimal): -5514773 or 15456683. OLE color: 15456683.

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

Color convert

RGB171217235-
CMYK0.270.0800.08
HSL196.88º61.54%79.61%-
HSV(B)196.88º27.23%92.16%-
XYZ56.664.2888.02-
YUV205.3144.76103.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.45%
GREEN value IS 217 (85.16% from 255) = 34.83%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=27.45%
G=34.83%
B=37.72%

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
Decimal1712172350.270.0800.08196.8861.5479.61
HexABD9EB1B808c53e50
Octal253331353331001030576120
Binary10101011110110011110101111011100001000110001011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD9EB; }

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

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

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

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

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

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

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

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