#A6DCFA

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

Shades of Columbia Blue #A6DCFA

Tints of Columbia Blue #A6DCFA

Color information

#A6DCFA (or 0xA6DCFA) is unknown color: approx Columbia Blue. HEX triplet: A6, DC and FA. RGB value is (166,220,250). Sum of RGB (Red+Green+Blue) = 166+220+250=636 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.10% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #A6DCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DCFA is #592305. Grayscale: #CFCFCF. Windows color (decimal): -5841670 or 16440486. OLE color: 16440486.

HSL color Cylindrical-coordinate representation of color #A6DCFA: hue angle of 201.43º 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 #A6DCFA is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB166220250-
CMYK0.340.1200.02
HSL201.43º89.36%81.57%-
HSV(B)201.43º33.6%98.04%-
XYZ58.5766.2100.13-
YUV207.27152.1198.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.10%
GREEN value IS 220 (86.33% from 255) = 34.59%
BLUE value IS 250 (98.05% from 255) = 39.31%
R=26.10%
G=34.59%
B=39.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662202500.340.1200.02201.4389.3681.57
HexA6DCFA22C02c95952
Octal246334372421402311131122
Binary10100110110111001111101010001011000101100100110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DCFA; }

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

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

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

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

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

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

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

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