#A9DAFE

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

Shades of Columbia Blue #A9DAFE

Tints of Columbia Blue #A9DAFE

Color information

#A9DAFE (or 0xA9DAFE) is unknown color: approx Columbia Blue. HEX triplet: A9, DA and FE. RGB value is (169,218,254). Sum of RGB (Red+Green+Blue) = 169+218+254=641 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.37% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9DAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DAFE is #562501. Grayscale: #CFCFCF. Windows color (decimal): -5645570 or 16702121. OLE color: 16702121.

HSL color Cylindrical-coordinate representation of color #A9DAFE: hue angle of 205.41º 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 #A9DAFE is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB169218254-
CMYK0.330.1400.00
HSL205.41º97.7%82.94%-
HSV(B)205.41º33.46%99.61%-
XYZ59.3265.73103.33-
YUV207.45154.27100.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.37%
GREEN value IS 218 (85.55% from 255) = 34.01%
BLUE value IS 254 (99.61% from 255) = 39.63%
R=26.37%
G=34.01%
B=39.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1692182540.330.1400.00205.4197.782.94
HexA9DAFE21E00cd6253
Octal251332376411600315142123
Binary1010100111011010111111101000011110001100110111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DAFE; }

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

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

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

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

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

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

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

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