#A6DAEE

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

Shades of Light Blue #A6DAEE

Tints of Light Blue #A6DAEE

Color information

#A6DAEE (or 0xA6DAEE) is unknown color: approx Light Blue. HEX triplet: A6, DA and EE. RGB value is (166,218,238). Sum of RGB (Red+Green+Blue) = 166+218+238=622 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.69% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #A6DAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DAEE is #592511. Grayscale: #CCCCCC. Windows color (decimal): -5842194 or 15653542. OLE color: 15653542.

HSL color Cylindrical-coordinate representation of color #A6DAEE: hue angle of 196.67º degrees, saturation: 0.68, 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 #A6DAEE is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166218238-
CMYK0.300.0800.07
HSL196.67º67.92%79.22%-
HSV(B)196.67º30.25%93.33%-
XYZ56.2364.4290.36-
YUV204.73146.77100.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.69%
GREEN value IS 218 (85.55% from 255) = 35.05%
BLUE value IS 238 (93.36% from 255) = 38.26%
R=26.69%
G=35.05%
B=38.26%

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
Decimal1662182380.300.0800.07196.6767.9279.22
HexA6DAEE1E807c5444f
Octal246332356361007305104117
Binary10100110110110101110111011110100001111100010110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DAEE; }

 p { color: rgb(166,218,238); }

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

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

 a { background-color: rgb(166,218,238); }

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

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

 span { border-color: rgb(166,218,238); }

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