#A9D9FF

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

Shades of Columbia Blue #A9D9FF

Tints of Columbia Blue #A9D9FF

Color information

#A9D9FF (or 0xA9D9FF) is unknown color: approx Columbia Blue. HEX triplet: A9, D9 and FF. RGB value is (169,217,255). Sum of RGB (Red+Green+Blue) = 169+217+255=641 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.37% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #A9D9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D9FF is #562600. Grayscale: #CECECE. Windows color (decimal): -5645825 or 16767401. OLE color: 16767401.

HSL color Cylindrical-coordinate representation of color #A9D9FF: hue angle of 206.51º 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 #A9D9FF is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB169217255-
CMYK0.340.1500
HSL206.51º100%83.14%-
HSV(B)206.51º33.73%100%-
XYZ59.2365.28104.09-
YUV206.98155.1100.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.37%
GREEN value IS 217 (85.16% from 255) = 33.85%
BLUE value IS 255 (100% from 255) = 39.78%
R=26.37%
G=33.85%
B=39.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1692172550.340.1500206.5110083.14
HexA9D9FF22F00cf6453
Octal251331377421700317144123
Binary1010100111011001111111111000101111001100111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D9FF; }

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

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

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

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

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

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

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

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