#A6DBEF

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

Shades of Light Blue #A6DBEF

Tints of Light Blue #A6DBEF

Color information

#A6DBEF (or 0xA6DBEF) is unknown color: approx Light Blue. HEX triplet: A6, DB and EF. RGB value is (166,219,239). Sum of RGB (Red+Green+Blue) = 166+219+239=624 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.60% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #A6DBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DBEF is #592410. Grayscale: #CDCDCD. Windows color (decimal): -5841937 or 15719334. OLE color: 15719334.

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

Color convert

RGB166219239-
CMYK0.310.0800.06
HSL196.44º69.52%79.41%-
HSV(B)196.44º30.54%93.73%-
XYZ56.646591.22-
YUV205.43146.9499.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.60%
GREEN value IS 219 (85.94% from 255) = 35.10%
BLUE value IS 239 (93.75% from 255) = 38.30%
R=26.60%
G=35.10%
B=38.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1662192390.310.0800.06196.4469.5279.41
HexA6DBEF1F806c4464f
Octal246333357371006304106117
Binary10100110110110111110111111111100001101100010010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DBEF; }

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

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

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

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

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

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

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

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