Shades of Columbia Blue #A3DEFE
Tints of Columbia Blue #A3DEFE
RGB
CMYK
RGB Variations
Color information
#A3DEFE (or 0xA3DEFE) is known color: Columbia Blue. HEX triplet: A3, DE and FE. RGB value is (163,222,254). Sum of RGB (Red+Green+Blue) = 163+222+254=639 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.51% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #A3DEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3DEFE is #5C2101. Grayscale: #CFCFCF. Windows color (decimal): -6037762 or 16703139. OLE color: 16703139.
HSL color Cylindrical-coordinate representation of color #A3DEFE: hue angle of 201.1º 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 #A3DEFE is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 222 | 254 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.00 |
| HSL | 201.1º | 0.98% | 0.82% | - |
| HSV(B) | 201.1º | 0.36% | 1% | - |
| XYZ | 59.11 | 67.18 | 103.62 | - |
| YUV | 208.01 | 153.95 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 222 | 254 | 0.36 | 0.13 | 0 | 0.00 | 201.1 | 0.98 | 0.82 |
| Hex | A3 | DE | FE | 24 | D | 0 | 0 | C9 | 62 | 52 |
| Octal | 243 | 336 | 376 | 44 | 15 | 0 | 0 | 311 | 142 | 122 |
| Binary | 10100011 | 11011110 | 11111110 | 100100 | 1101 | 0 | 0 | 11001001 | 1100010 | 1010010 |
Color Harmonies of #A3DEFE
Complementary color
Monochromatic Colors of #A3DEFE
Black with #A3DEFE
Text Example
Text Example
White with #A3DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DEFE; }
p { color: rgb(163,222,254); }
H1.HeaderClassName
{
color: #A3DEFE;
}
.AnyTagClassName
{
color: #A3DEFE;
}
</style>
background-color css
<style>
a { background-color: #A3DEFE; }
a { background-color: rgb(163,222,254); }
div.DivClassName
{
background-color: #A3DEFE;
}
.BgClassName
{
background-color: #A3DEFE;
}
</style>
border-color css
<style>
span { border-color: #A3DEFE; }
span { border-color: rgb(163,222,254); }
td.TdClassName
{
border-color: #A3DEFE;
}
.TagClassName
{
border-color: #A3DEFE;
}
</style>