#A6D7E9

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

Shades of Light Blue #A6D7E9

Tints of Light Blue #A6D7E9

Color information

#A6D7E9 (or 0xA6D7E9) is unknown color: approx Light Blue. HEX triplet: A6, D7 and E9. RGB value is (166,215,233). Sum of RGB (Red+Green+Blue) = 166+215+233=614 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.04% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 233 (91.41% from 255 or 37.95% from 614); Max value from RGB is 233 - color contains mainly: blue. Hex color #A6D7E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D7E9 is #592816. Grayscale: #CACACA. Windows color (decimal): -5842967 or 15325094. OLE color: 15325094.

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

Color convert

RGB166215233-
CMYK0.290.0800.09
HSL196.12º60.36%78.24%-
HSV(B)196.12º28.76%91.37%-
XYZ54.7362.5986.29-
YUV202.4145.27102.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.04%
GREEN value IS 215 (84.38% from 255) = 35.02%
BLUE value IS 233 (91.41% from 255) = 37.95%
R=27.04%
G=35.02%
B=37.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1662152330.290.0800.09196.1260.3678.24
HexA6D7E91D809c43c4e
Octal246327351351001130474116
Binary10100110110101111110100111101100001001110001001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D7E9; }

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

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

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

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

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

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

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

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