#A6E2FA

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

Shades of Columbia Blue #A6E2FA

Tints of Columbia Blue #A6E2FA

Color information

#A6E2FA (or 0xA6E2FA) is unknown color: approx Columbia Blue. HEX triplet: A6, E2 and FA. RGB value is (166,226,250). Sum of RGB (Red+Green+Blue) = 166+226+250=642 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.86% from 642); Green value is 226 (88.67% from 255 or 35.20% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #A6E2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6E2FA is #591D05. Grayscale: #D2D2D2. Windows color (decimal): -5840134 or 16442022. OLE color: 16442022.

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

Color convert

RGB166226250-
CMYK0.340.1000.02
HSL197.14º89.36%81.57%-
HSV(B)197.14º33.6%98.04%-
XYZ60.1869.4100.67-
YUV210.8150.1296.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.86%
GREEN value IS 226 (88.67% from 255) = 35.20%
BLUE value IS 250 (98.05% from 255) = 38.94%
R=25.86%
G=35.20%
B=38.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662262500.340.1000.02197.1489.3681.57
HexA6E2FA22A02c55952
Octal246342372421202305131122
Binary10100110111000101111101010001010100101100010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E2FA; }

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

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

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

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

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

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

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

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