Shades of Columbia Blue #A3DFF9
Tints of Columbia Blue #A3DFF9
RGB
CMYK
RGB Variations
Color information
#A3DFF9 (or 0xA3DFF9) is known color: Columbia Blue. HEX triplet: A3, DF and F9. RGB value is (163,223,249). Sum of RGB (Red+Green+Blue) = 163+223+249=635 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.67% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 249 (97.66% from 255 or 39.21% from 635); Max value from RGB is 249 - color contains mainly: blue. Hex color #A3DFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3DFF9 is #5C2006. Grayscale: #CFCFCF. Windows color (decimal): -6037511 or 16375715. OLE color: 16375715.
HSL color Cylindrical-coordinate representation of color #A3DFF9: hue angle of 198.14º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3DFF9 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 223 | 249 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.02 |
| HSL | 198.14º | 0.88% | 0.81% | - |
| HSV(B) | 198.14º | 0.35% | 0.98% | - |
| XYZ | 58.59 | 67.4 | 99.54 | - |
| YUV | 208.02 | 151.12 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 249 | 0.35 | 0.10 | 0 | 0.02 | 198.14 | 0.88 | 0.81 |
| Hex | A3 | DF | F9 | 23 | A | 0 | 2 | C6 | 58 | 51 |
| Octal | 243 | 337 | 371 | 43 | 12 | 0 | 2 | 306 | 130 | 121 |
| Binary | 10100011 | 11011111 | 11111001 | 100011 | 1010 | 0 | 10 | 11000110 | 1011000 | 1010001 |
Color Harmonies of #A3DFF9
Complementary color
Monochromatic Colors of #A3DFF9
Black with #A3DFF9
Text Example
Text Example
White with #A3DFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DFF9; }
p { color: rgb(163,223,249); }
H1.HeaderClassName
{
color: #A3DFF9;
}
.AnyTagClassName
{
color: #A3DFF9;
}
</style>
background-color css
<style>
a { background-color: #A3DFF9; }
a { background-color: rgb(163,223,249); }
div.DivClassName
{
background-color: #A3DFF9;
}
.BgClassName
{
background-color: #A3DFF9;
}
</style>
border-color css
<style>
span { border-color: #A3DFF9; }
span { border-color: rgb(163,223,249); }
td.TdClassName
{
border-color: #A3DFF9;
}
.TagClassName
{
border-color: #A3DFF9;
}
</style>