#A6D9FA

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

Shades of Columbia Blue #A6D9FA

Tints of Columbia Blue #A6D9FA

Color information

#A6D9FA (or 0xA6D9FA) is unknown color: approx Columbia Blue. HEX triplet: A6, D9 and FA. RGB value is (166,217,250). Sum of RGB (Red+Green+Blue) = 166+217+250=633 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.22% from 633); Green value is 217 (85.16% from 255 or 34.28% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #A6D9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D9FA is #592605. Grayscale: #CDCDCD. Windows color (decimal): -5842438 or 16439718. OLE color: 16439718.

HSL color Cylindrical-coordinate representation of color #A6D9FA: hue angle of 203.57º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6D9FA is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB166217250-
CMYK0.340.1300.02
HSL203.57º89.36%81.57%-
HSV(B)203.57º33.6%98.04%-
XYZ57.7964.6399.87-
YUV205.51153.199.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.22%
GREEN value IS 217 (85.16% from 255) = 34.28%
BLUE value IS 250 (98.05% from 255) = 39.49%
R=26.22%
G=34.28%
B=39.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662172500.340.1300.02203.5789.3681.57
HexA6D9FA22D02cc5952
Octal246331372421502314131122
Binary10100110110110011111101010001011010101100110010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D9FA; }

 p { color: rgb(166,217,250); }

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

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

 a { background-color: rgb(166,217,250); }

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

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

 span { border-color: rgb(166,217,250); }

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