#A9E1FA

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

Shades of Columbia Blue #A9E1FA

Tints of Columbia Blue #A9E1FA

Color information

#A9E1FA (or 0xA9E1FA) is unknown color: approx Columbia Blue. HEX triplet: A9, E1 and FA. RGB value is (169,225,250). Sum of RGB (Red+Green+Blue) = 169+225+250=644 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.24% from 644); Green value is 225 (88.28% from 255 or 34.94% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9E1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9E1FA is #561E05. Grayscale: #D2D2D2. Windows color (decimal): -5643782 or 16441769. OLE color: 16441769.

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

Color convert

RGB169225250-
CMYK0.320.1000.02
HSL198.52º89.01%82.16%-
HSV(B)198.52º32.4%98.04%-
XYZ60.5469.19100.61-
YUV211.11149.9597.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.24%
GREEN value IS 225 (88.28% from 255) = 34.94%
BLUE value IS 250 (98.05% from 255) = 38.82%
R=26.24%
G=34.94%
B=38.82%

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
Decimal1692252500.320.1000.02198.5289.0182.16
HexA9E1FA20A02c75952
Octal251341372401202307131122
Binary10101001111000011111101010000010100101100011110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E1FA; }

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

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

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

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

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

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

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

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