#ABDEF6

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

Shades of Light Blue #ABDEF6

Tints of Light Blue #ABDEF6

Color information

#ABDEF6 (or 0xABDEF6) is unknown color: approx Light Blue. HEX triplet: AB, DE and F6. RGB value is (171,222,246). Sum of RGB (Red+Green+Blue) = 171+222+246=639 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.76% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 246 (96.48% from 255 or 38.50% from 639); Max value from RGB is 246 - color contains mainly: blue. Hex color #ABDEF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDEF6 is #542109. Grayscale: #D1D1D1. Windows color (decimal): -5513482 or 16178859. OLE color: 16178859.

HSL color Cylindrical-coordinate representation of color #ABDEF6: hue angle of 199.2º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABDEF6 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171222246-
CMYK0.300.1000.04
HSL199.2º80.65%81.76%-
HSV(B)199.2º30.49%96.47%-
XYZ59.5567.5597.09-
YUV209.49148.6100.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.76%
GREEN value IS 222 (87.11% from 255) = 34.74%
BLUE value IS 246 (96.48% from 255) = 38.50%
R=26.76%
G=34.74%
B=38.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712222460.300.1000.04199.280.6581.76
HexABDEF61EA04c75152
Octal253336366361204307121122
Binary10101011110111101111011011110101001001100011110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDEF6; }

 p { color: rgb(171,222,246); }

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

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

 a { background-color: rgb(171,222,246); }

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

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

 span { border-color: rgb(171,222,246); }

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