#A6DBF1

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

Shades of Light Blue #A6DBF1

Tints of Light Blue #A6DBF1

Color information

#A6DBF1 (or 0xA6DBF1) is unknown color: approx Light Blue. HEX triplet: A6, DB and F1. RGB value is (166,219,241). Sum of RGB (Red+Green+Blue) = 166+219+241=626 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.52% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: blue. Hex color #A6DBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DBF1 is #59240E. Grayscale: #CDCDCD. Windows color (decimal): -5841935 or 15850406. OLE color: 15850406.

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

Color convert

RGB166219241-
CMYK0.310.0900.05
HSL197.6º72.82%79.8%-
HSV(B)197.6º31.12%94.51%-
XYZ56.9365.1292.79-
YUV205.66147.9499.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.52%
GREEN value IS 219 (85.94% from 255) = 34.98%
BLUE value IS 241 (94.53% from 255) = 38.50%
R=26.52%
G=34.98%
B=38.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1662192410.310.0900.05197.672.8279.8
HexA6DBF11F905c64950
Octal246333361371105306111120
Binary10100110110110111111000111111100101011100011010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DBF1; }

 p { color: rgb(166,219,241); }

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

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

 a { background-color: rgb(166,219,241); }

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

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

 span { border-color: rgb(166,219,241); }

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