#A9E2FA

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

Shades of Columbia Blue #A9E2FA

Tints of Columbia Blue #A9E2FA

Color information

#A9E2FA (or 0xA9E2FA) is unknown color: approx Columbia Blue. HEX triplet: A9, E2 and FA. RGB value is (169,226,250). Sum of RGB (Red+Green+Blue) = 169+226+250=645 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.20% from 645); Green value is 226 (88.67% from 255 or 35.04% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9E2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9E2FA is #561D05. Grayscale: #D3D3D3. Windows color (decimal): -5643526 or 16442025. OLE color: 16442025.

HSL color Cylindrical-coordinate representation of color #A9E2FA: hue angle of 197.78º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9E2FA is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB169226250-
CMYK0.320.1000.02
HSL197.78º89.01%82.16%-
HSV(B)197.78º32.4%98.04%-
XYZ60.8169.73100.7-
YUV211.69149.6297.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.20%
GREEN value IS 226 (88.67% from 255) = 35.04%
BLUE value IS 250 (98.05% from 255) = 38.76%
R=26.20%
G=35.04%
B=38.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692262500.320.1000.02197.7889.0182.16
HexA9E2FA20A02c65952
Octal251342372401202306131122
Binary10101001111000101111101010000010100101100011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E2FA; }

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

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

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

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

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

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

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

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