#A9EAFE

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

Shades of Columbia Blue #A9EAFE

Tints of Columbia Blue #A9EAFE

Color information

#A9EAFE (or 0xA9EAFE) is unknown color: approx Columbia Blue. HEX triplet: A9, EA and FE. RGB value is (169,234,254). Sum of RGB (Red+Green+Blue) = 169+234+254=657 (87% of max value = 765). Red value is 169 (66.41% from 255 or 25.72% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9EAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9EAFE is #561501. Grayscale: #D8D8D8. Windows color (decimal): -5641474 or 16706217. OLE color: 16706217.

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

Color convert

RGB169234254-
CMYK0.330.0800.00
HSL194.12º97.7%82.94%-
HSV(B)194.12º33.46%99.61%-
XYZ63.6774.44104.78-
YUV216.84148.9793.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 25.72%
GREEN value IS 234 (91.80% from 255) = 35.62%
BLUE value IS 254 (99.61% from 255) = 38.66%
R=25.72%
G=35.62%
B=38.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1692342540.330.0800.00194.1297.782.94
HexA9EAFE21800c26253
Octal251352376411000302142123
Binary1010100111101010111111101000011000001100001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EAFE; }

 p { color: rgb(169,234,254); }

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

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

 a { background-color: rgb(169,234,254); }

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

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

 span { border-color: rgb(169,234,254); }

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