#A6D7FF

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

Shades of Columbia Blue #A6D7FF

Tints of Columbia Blue #A6D7FF

Color information

#A6D7FF (or 0xA6D7FF) is unknown color: approx Columbia Blue. HEX triplet: A6, D7 and FF. RGB value is (166,215,255). Sum of RGB (Red+Green+Blue) = 166+215+255=636 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.10% from 636); Green value is 215 (84.38% from 255 or 33.81% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6D7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D7FF is #592800. Grayscale: #CCCCCC. Windows color (decimal): -5842945 or 16766886. OLE color: 16766886.

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

Color convert

RGB166215255-
CMYK0.350.1600
HSL206.97º100%82.55%-
HSV(B)206.97º34.9%100%-
XYZ58.0863.93103.89-
YUV204.91156.27100.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.10%
GREEN value IS 215 (84.38% from 255) = 33.81%
BLUE value IS 255 (100% from 255) = 40.09%
R=26.10%
G=33.81%
B=40.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662152550.350.1600206.9710082.55
HexA6D7FF231000cf6453
Octal246327377432000317144123
Binary10100110110101111111111110001110000001100111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D7FF; }

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

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

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

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

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

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

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

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