#A9DBFF

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

Shades of Columbia Blue #A9DBFF

Tints of Columbia Blue #A9DBFF

Color information

#A9DBFF (or 0xA9DBFF) is unknown color: approx Columbia Blue. HEX triplet: A9, DB and FF. RGB value is (169,219,255). Sum of RGB (Red+Green+Blue) = 169+219+255=643 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.28% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #A9DBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DBFF is #562400. Grayscale: #CFCFCF. Windows color (decimal): -5645313 or 16767913. OLE color: 16767913.

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

Color convert

RGB169219255-
CMYK0.340.1400
HSL205.12º100%83.14%-
HSV(B)205.12º33.73%100%-
XYZ59.7466.32104.26-
YUV208.15154.44100.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.28%
GREEN value IS 219 (85.94% from 255) = 34.06%
BLUE value IS 255 (100% from 255) = 39.66%
R=26.28%
G=34.06%
B=39.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1692192550.340.1400205.1210083.14
HexA9DBFF22E00cd6453
Octal251333377421600315144123
Binary1010100111011011111111111000101110001100110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DBFF; }

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

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

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

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

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

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

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

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