#A6DAEA

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

Shades of Light Blue #A6DAEA

Tints of Light Blue #A6DAEA

Color information

#A6DAEA (or 0xA6DAEA) is unknown color: approx Light Blue. HEX triplet: A6, DA and EA. RGB value is (166,218,234). Sum of RGB (Red+Green+Blue) = 166+218+234=618 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.86% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6DAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DAEA is #592515. Grayscale: #CCCCCC. Windows color (decimal): -5842198 or 15391398. OLE color: 15391398.

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

Color convert

RGB166218234-
CMYK0.290.0700.08
HSL194.12º61.82%78.43%-
HSV(B)194.12º29.06%91.76%-
XYZ55.6564.1987.3-
YUV204.28144.77100.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.86%
GREEN value IS 218 (85.55% from 255) = 35.28%
BLUE value IS 234 (91.80% from 255) = 37.86%
R=26.86%
G=35.28%
B=37.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1662182340.290.0700.08194.1261.8278.43
HexA6DAEA1D708c23e4e
Octal24633235235701030276116
Binary1010011011011010111010101110111101000110000101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DAEA; }

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

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

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

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

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

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

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

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