#A6D7FE

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

Shades of Columbia Blue #A6D7FE

Tints of Columbia Blue #A6D7FE

Color information

#A6D7FE (or 0xA6D7FE) is unknown color: approx Columbia Blue. HEX triplet: A6, D7 and FE. RGB value is (166,215,254). Sum of RGB (Red+Green+Blue) = 166+215+254=635 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.14% from 635); Green value is 215 (84.38% from 255 or 33.86% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6D7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D7FE is #592801. Grayscale: #CCCCCC. Windows color (decimal): -5842946 or 16701350. OLE color: 16701350.

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

Color convert

RGB166215254-
CMYK0.350.1500.00
HSL206.59º97.78%82.35%-
HSV(B)206.59º34.65%99.61%-
XYZ57.9263.86103.04-
YUV204.8155.77100.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.14%
GREEN value IS 215 (84.38% from 255) = 33.86%
BLUE value IS 254 (99.61% from 255) = 40%
R=26.14%
G=33.86%
B=40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1662152540.350.1500.00206.5997.7882.35
HexA6D7FE23F00cf6252
Octal246327376431700317142122
Binary1010011011010111111111101000111111001100111111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D7FE; }

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

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

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

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

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

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

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

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