#A6D9ED

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

Shades of Light Blue #A6D9ED

Tints of Light Blue #A6D9ED

Color information

#A6D9ED (or 0xA6D9ED) is unknown color: approx Light Blue. HEX triplet: A6, D9 and ED. RGB value is (166,217,237). Sum of RGB (Red+Green+Blue) = 166+217+237=620 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.77% from 620); Green value is 217 (85.16% from 255 or 35% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #A6D9ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D9ED is #592612. Grayscale: #CBCBCB. Windows color (decimal): -5842451 or 15587750. OLE color: 15587750.

HSL color Cylindrical-coordinate representation of color #A6D9ED: hue angle of 196.9º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6D9ED is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166217237-
CMYK0.300.0800.07
HSL196.9º66.36%79.02%-
HSV(B)196.9º29.96%92.94%-
XYZ55.8263.8589.5-
YUV204.03146.6100.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.77%
GREEN value IS 217 (85.16% from 255) = 35%
BLUE value IS 237 (92.97% from 255) = 38.23%
R=26.77%
G=35%
B=38.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662172370.300.0800.07196.966.3679.02
HexA6D9ED1E807c5424f
Octal246331355361007305102117
Binary10100110110110011110110111110100001111100010110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D9ED; }

 p { color: rgb(166,217,237); }

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

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

 a { background-color: rgb(166,217,237); }

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

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

 span { border-color: rgb(166,217,237); }

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