#A9EBFF

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

Shades of Columbia Blue #A9EBFF

Tints of Columbia Blue #A9EBFF

Color information

#A9EBFF (or 0xA9EBFF) is unknown color: approx Columbia Blue. HEX triplet: A9, EB and FF. RGB value is (169,235,255). Sum of RGB (Red+Green+Blue) = 169+235+255=659 (87% of max value = 765). Red value is 169 (66.41% from 255 or 25.64% from 659); Green value is 235 (92.19% from 255 or 35.66% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #A9EBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9EBFF is #561400. Grayscale: #D9D9D9. Windows color (decimal): -5641217 or 16772009. OLE color: 16772009.

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

Color convert

RGB169235255-
CMYK0.340.0800
HSL193.95º100%83.14%-
HSV(B)193.95º33.73%100%-
XYZ64.1275.07105.72-
YUV217.55149.1393.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 25.64%
GREEN value IS 235 (92.19% from 255) = 35.66%
BLUE value IS 255 (100% from 255) = 38.69%
R=25.64%
G=35.66%
B=38.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1692352550.340.0800193.9510083.14
HexA9EBFF22800c26453
Octal251353377421000302144123
Binary1010100111101011111111111000101000001100001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EBFF; }

 p { color: rgb(169,235,255); }

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

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

 a { background-color: rgb(169,235,255); }

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

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

 span { border-color: rgb(169,235,255); }

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