Shades of Columbia Blue #A3DAF2
Tints of Columbia Blue #A3DAF2
RGB
CMYK
RGB Variations
Color information
#A3DAF2 (or 0xA3DAF2) is known color: Columbia Blue. HEX triplet: A3, DA and F2. RGB value is (163,218,242). Sum of RGB (Red+Green+Blue) = 163+218+242=623 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.16% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 242 (94.92% from 255 or 38.84% from 623); Max value from RGB is 242 - color contains mainly: blue. Hex color #A3DAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3DAF2 is #5C250D. Grayscale: #CCCCCC. Windows color (decimal): -6038798 or 15915683. OLE color: 15915683.
HSL color Cylindrical-coordinate representation of color #A3DAF2: hue angle of 198.23º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3DAF2 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 218 | 242 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.05 |
| HSL | 198.23º | 0.75% | 0.79% | - |
| HSV(B) | 198.23º | 0.33% | 0.95% | - |
| XYZ | 56.2 | 64.34 | 93.46 | - |
| YUV | 204.29 | 149.28 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 218 | 242 | 0.33 | 0.10 | 0 | 0.05 | 198.23 | 0.75 | 0.79 |
| Hex | A3 | DA | F2 | 21 | A | 0 | 5 | C6 | 4B | 4F |
| Octal | 243 | 332 | 362 | 41 | 12 | 0 | 5 | 306 | 113 | 117 |
| Binary | 10100011 | 11011010 | 11110010 | 100001 | 1010 | 0 | 101 | 11000110 | 1001011 | 1001111 |
Color Harmonies of #A3DAF2
Complementary color
Monochromatic Colors of #A3DAF2
Black with #A3DAF2
Text Example
Text Example
White with #A3DAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DAF2; }
p { color: rgb(163,218,242); }
H1.HeaderClassName
{
color: #A3DAF2;
}
.AnyTagClassName
{
color: #A3DAF2;
}
</style>
background-color css
<style>
a { background-color: #A3DAF2; }
a { background-color: rgb(163,218,242); }
div.DivClassName
{
background-color: #A3DAF2;
}
.BgClassName
{
background-color: #A3DAF2;
}
</style>
border-color css
<style>
span { border-color: #A3DAF2; }
span { border-color: rgb(163,218,242); }
td.TdClassName
{
border-color: #A3DAF2;
}
.TagClassName
{
border-color: #A3DAF2;
}
</style>