#ABD7DF

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

Shades of Light Blue #ABD7DF

Tints of Light Blue #ABD7DF

Color information

#ABD7DF (or 0xABD7DF) is unknown color: approx Light Blue. HEX triplet: AB, D7 and DF. RGB value is (171,215,223). Sum of RGB (Red+Green+Blue) = 171+215+223=609 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.08% from 609); Green value is 215 (84.38% from 255 or 35.30% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABD7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD7DF is #542820. Grayscale: #CACACA. Windows color (decimal): -5515297 or 14669739. OLE color: 14669739.

HSL color Cylindrical-coordinate representation of color #ABD7DF: hue angle of 189.23º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABD7DF is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171215223-
CMYK0.230.0400.13
HSL189.23º44.83%77.25%-
HSV(B)189.23º23.32%87.45%-
XYZ54.4162.5979.02-
YUV202.76139.42105.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.08%
GREEN value IS 215 (84.38% from 255) = 35.30%
BLUE value IS 223 (87.5% from 255) = 36.62%
R=28.08%
G=35.30%
B=36.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712152230.230.0400.13189.2344.8377.25
HexABD7DF1740Dbd2d4d
Octal25332733727401527555115
Binary1010101111010111110111111011110001101101111011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD7DF; }

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

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

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

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

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

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

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

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