#A9DDFB

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

Shades of Columbia Blue #A9DDFB

Tints of Columbia Blue #A9DDFB

Color information

#A9DDFB (or 0xA9DDFB) is unknown color: approx Columbia Blue. HEX triplet: A9, DD and FB. RGB value is (169,221,251). Sum of RGB (Red+Green+Blue) = 169+221+251=641 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.37% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #A9DDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DDFB is #562204. Grayscale: #D0D0D0. Windows color (decimal): -5644805 or 16506281. OLE color: 16506281.

HSL color Cylindrical-coordinate representation of color #A9DDFB: hue angle of 201.95º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9DDFB is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB169221251-
CMYK0.330.1200.02
HSL201.95º91.11%82.35%-
HSV(B)201.95º32.67%98.43%-
XYZ59.6367.11101.08-
YUV208.87151.7799.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.37%
GREEN value IS 221 (86.72% from 255) = 34.48%
BLUE value IS 251 (98.44% from 255) = 39.16%
R=26.37%
G=34.48%
B=39.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692212510.330.1200.02201.9591.1182.35
HexA9DDFB21C02ca5b52
Octal251335373411402312133122
Binary10101001110111011111101110000111000101100101010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DDFB; }

 p { color: rgb(169,221,251); }

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

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

 a { background-color: rgb(169,221,251); }

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

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

 span { border-color: rgb(169,221,251); }

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