#A6D8E9

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

Shades of Light Blue #A6D8E9

Tints of Light Blue #A6D8E9

Color information

#A6D8E9 (or 0xA6D8E9) is unknown color: approx Light Blue. HEX triplet: A6, D8 and E9. RGB value is (166,216,233). Sum of RGB (Red+Green+Blue) = 166+216+233=615 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.99% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 233 (91.41% from 255 or 37.89% from 615); Max value from RGB is 233 - color contains mainly: blue. Hex color #A6D8E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D8E9 is #592716. Grayscale: #CACACA. Windows color (decimal): -5842711 or 15325350. OLE color: 15325350.

HSL color Cylindrical-coordinate representation of color #A6D8E9: hue angle of 195.22º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6D8E9 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB166216233-
CMYK0.290.0700.09
HSL195.22º60.36%78.24%-
HSV(B)195.22º28.76%91.37%-
XYZ54.9963.186.37-
YUV202.99144.94101.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.99%
GREEN value IS 216 (84.77% from 255) = 35.12%
BLUE value IS 233 (91.41% from 255) = 37.89%
R=26.99%
G=35.12%
B=37.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1662162330.290.0700.09195.2260.3678.24
HexA6D8E91D709c33c4e
Octal24633035135701130374116
Binary1010011011011000111010011110111101001110000111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D8E9; }

 p { color: rgb(166,216,233); }

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

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

 a { background-color: rgb(166,216,233); }

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

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

 span { border-color: rgb(166,216,233); }

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