#A6DCFF

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

Shades of Columbia Blue #A6DCFF

Tints of Columbia Blue #A6DCFF

Color information

#A6DCFF (or 0xA6DCFF) is unknown color: approx Columbia Blue. HEX triplet: A6, DC and FF. RGB value is (166,220,255). Sum of RGB (Red+Green+Blue) = 166+220+255=641 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.90% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6DCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DCFF is #592300. Grayscale: #CFCFCF. Windows color (decimal): -5841665 or 16768166. OLE color: 16768166.

HSL color Cylindrical-coordinate representation of color #A6DCFF: hue angle of 203.6º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6DCFF is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB166220255-
CMYK0.350.1400
HSL203.6º100%82.55%-
HSV(B)203.6º34.9%100%-
XYZ59.3766.51104.32-
YUV207.84154.6198.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.90%
GREEN value IS 220 (86.33% from 255) = 34.32%
BLUE value IS 255 (100% from 255) = 39.78%
R=25.90%
G=34.32%
B=39.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662202550.350.1400203.610082.55
HexA6DCFF23E00cc6453
Octal246334377431600314144123
Binary1010011011011100111111111000111110001100110011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DCFF; }

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

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

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

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

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

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

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

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