#A6DAFF

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

Shades of Columbia Blue #A6DAFF

Tints of Columbia Blue #A6DAFF

Color information

#A6DAFF (or 0xA6DAFF) is unknown color: approx Columbia Blue. HEX triplet: A6, DA and FF. RGB value is (166,218,255). Sum of RGB (Red+Green+Blue) = 166+218+255=639 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.98% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6DAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DAFF is #592500. Grayscale: #CECECE. Windows color (decimal): -5842177 or 16767654. OLE color: 16767654.

HSL color Cylindrical-coordinate representation of color #A6DAFF: hue angle of 204.94º 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 #A6DAFF is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB166218255-
CMYK0.350.1500
HSL204.94º100%82.55%-
HSV(B)204.94º34.9%100%-
XYZ58.8565.47104.14-
YUV206.67155.2798.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.98%
GREEN value IS 218 (85.55% from 255) = 34.12%
BLUE value IS 255 (100% from 255) = 39.91%
R=25.98%
G=34.12%
B=39.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662182550.350.1500204.9410082.55
HexA6DAFF23F00cd6453
Octal246332377431700315144123
Binary1010011011011010111111111000111111001100110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DAFF; }

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

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

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

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

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

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

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

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