#A9DCFB

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

Shades of Columbia Blue #A9DCFB

Tints of Columbia Blue #A9DCFB

Color information

#A9DCFB (or 0xA9DCFB) is unknown color: approx Columbia Blue. HEX triplet: A9, DC and FB. RGB value is (169,220,251). Sum of RGB (Red+Green+Blue) = 169+220+251=640 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.41% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #A9DCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DCFB is #562304. Grayscale: #D0D0D0. Windows color (decimal): -5645061 or 16506025. OLE color: 16506025.

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

Color convert

RGB169220251-
CMYK0.330.1200.02
HSL202.68º91.11%82.35%-
HSV(B)202.68º32.67%98.43%-
XYZ59.3766.59100.99-
YUV208.28152.199.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.41%
GREEN value IS 220 (86.33% from 255) = 34.38%
BLUE value IS 251 (98.44% from 255) = 39.22%
R=26.41%
G=34.38%
B=39.22%

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
Decimal1692202510.330.1200.02202.6891.1182.35
HexA9DCFB21C02cb5b52
Octal251334373411402313133122
Binary10101001110111001111101110000111000101100101110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DCFB; }

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

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

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

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

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

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

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

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