#A9DFFB

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

Shades of Columbia Blue #A9DFFB

Tints of Columbia Blue #A9DFFB

Color information

#A9DFFB (or 0xA9DFFB) is unknown color: approx Columbia Blue. HEX triplet: A9, DF and FB. RGB value is (169,223,251). Sum of RGB (Red+Green+Blue) = 169+223+251=643 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.28% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #A9DFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DFFB is #562004. Grayscale: #D1D1D1. Windows color (decimal): -5644293 or 16506793. OLE color: 16506793.

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

Color convert

RGB169223251-
CMYK0.330.1100.02
HSL200.49º91.11%82.35%-
HSV(B)200.49º32.67%98.43%-
XYZ60.1668.18101.26-
YUV210.05151.1198.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.28%
GREEN value IS 223 (87.5% from 255) = 34.68%
BLUE value IS 251 (98.44% from 255) = 39.04%
R=26.28%
G=34.68%
B=39.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692232510.330.1100.02200.4991.1182.35
HexA9DFFB21B02c85b52
Octal251337373411302310133122
Binary10101001110111111111101110000110110101100100010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DFFB; }

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

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

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

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

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

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

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

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