Shades of Columbia Blue #A3DAFE
Tints of Columbia Blue #A3DAFE
RGB
CMYK
RGB Variations
Color information
#A3DAFE (or 0xA3DAFE) is known color: Columbia Blue. HEX triplet: A3, DA and FE. RGB value is (163,218,254). Sum of RGB (Red+Green+Blue) = 163+218+254=635 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.67% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #A3DAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3DAFE is #5C2501. Grayscale: #CDCDCD. Windows color (decimal): -6038786 or 16702115. OLE color: 16702115.
HSL color Cylindrical-coordinate representation of color #A3DAFE: hue angle of 203.74º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3DAFE is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 218 | 254 | - |
| CMYK | 0.36 | 0.14 | 0 | 0.00 |
| HSL | 203.74º | 0.98% | 0.82% | - |
| HSV(B) | 203.74º | 0.36% | 1% | - |
| XYZ | 58.07 | 65.09 | 103.27 | - |
| YUV | 205.66 | 155.28 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 218 | 254 | 0.36 | 0.14 | 0 | 0.00 | 203.74 | 0.98 | 0.82 |
| Hex | A3 | DA | FE | 24 | E | 0 | 0 | CC | 62 | 52 |
| Octal | 243 | 332 | 376 | 44 | 16 | 0 | 0 | 314 | 142 | 122 |
| Binary | 10100011 | 11011010 | 11111110 | 100100 | 1110 | 0 | 0 | 11001100 | 1100010 | 1010010 |
Color Harmonies of #A3DAFE
Complementary color
Monochromatic Colors of #A3DAFE
Black with #A3DAFE
Text Example
Text Example
White with #A3DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DAFE; }
p { color: rgb(163,218,254); }
H1.HeaderClassName
{
color: #A3DAFE;
}
.AnyTagClassName
{
color: #A3DAFE;
}
</style>
background-color css
<style>
a { background-color: #A3DAFE; }
a { background-color: rgb(163,218,254); }
div.DivClassName
{
background-color: #A3DAFE;
}
.BgClassName
{
background-color: #A3DAFE;
}
</style>
border-color css
<style>
span { border-color: #A3DAFE; }
span { border-color: rgb(163,218,254); }
td.TdClassName
{
border-color: #A3DAFE;
}
.TagClassName
{
border-color: #A3DAFE;
}
</style>