#A6DAF0

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

Shades of Light Blue #A6DAF0

Tints of Light Blue #A6DAF0

Color information

#A6DAF0 (or 0xA6DAF0) is unknown color: approx Light Blue. HEX triplet: A6, DA and F0. RGB value is (166,218,240). Sum of RGB (Red+Green+Blue) = 166+218+240=624 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.60% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 240 - color contains mainly: blue. Hex color #A6DAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DAF0 is #59250F. Grayscale: #CCCCCC. Windows color (decimal): -5842192 or 15784614. OLE color: 15784614.

HSL color Cylindrical-coordinate representation of color #A6DAF0: hue angle of 197.84º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6DAF0 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB166218240-
CMYK0.310.0900.06
HSL197.84º71.15%79.61%-
HSV(B)197.84º30.83%94.12%-
XYZ56.5364.5491.92-
YUV204.96147.77100.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.60%
GREEN value IS 218 (85.55% from 255) = 34.94%
BLUE value IS 240 (94.14% from 255) = 38.46%
R=26.60%
G=34.94%
B=38.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1662182400.310.0900.06197.8471.1579.61
HexA6DAF01F906c64750
Octal246332360371106306107120
Binary10100110110110101111000011111100101101100011010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DAF0; }

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

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

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

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

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

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

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

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