#A9DBFB

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

Shades of Columbia Blue #A9DBFB

Tints of Columbia Blue #A9DBFB

Color information

#A9DBFB (or 0xA9DBFB) is unknown color: approx Columbia Blue. HEX triplet: A9, DB and FB. RGB value is (169,219,251). Sum of RGB (Red+Green+Blue) = 169+219+251=639 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.45% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #A9DBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DBFB is #562404. Grayscale: #CFCFCF. Windows color (decimal): -5645317 or 16505769. OLE color: 16505769.

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

Color convert

RGB169219251-
CMYK0.330.1300.02
HSL203.41º91.11%82.35%-
HSV(B)203.41º32.67%98.43%-
XYZ59.1166.06100.9-
YUV207.7152.44100.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.45%
GREEN value IS 219 (85.94% from 255) = 34.27%
BLUE value IS 251 (98.44% from 255) = 39.28%
R=26.45%
G=34.27%
B=39.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692192510.330.1300.02203.4191.1182.35
HexA9DBFB21D02cb5b52
Octal251333373411502313133122
Binary10101001110110111111101110000111010101100101110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DBFB; }

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

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

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

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

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

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

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

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