Shades of Columbia Blue #A3E4FB
Tints of Columbia Blue #A3E4FB
RGB
CMYK
RGB Variations
Color information
#A3E4FB (or 0xA3E4FB) is known color: Columbia Blue. HEX triplet: A3, E4 and FB. RGB value is (163,228,251). Sum of RGB (Red+Green+Blue) = 163+228+251=642 (85% of max value = 765). Red value is 163 (64.06% from 255 or 25.39% from 642); Green value is 228 (89.45% from 255 or 35.51% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #A3E4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3E4FB is #5C1B04. Grayscale: #D3D3D3. Windows color (decimal): -6036229 or 16508067. OLE color: 16508067.
HSL color Cylindrical-coordinate representation of color #A3E4FB: hue angle of 195.68º degrees, saturation: 0.92, 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 #A3E4FB is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 228 | 251 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.02 |
| HSL | 195.68º | 0.92% | 0.81% | - |
| HSV(B) | 195.68º | 0.35% | 0.98% | - |
| XYZ | 60.26 | 70.24 | 101.65 | - |
| YUV | 211.19 | 150.47 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 228 | 251 | 0.35 | 0.09 | 0 | 0.02 | 195.68 | 0.92 | 0.81 |
| Hex | A3 | E4 | FB | 23 | 9 | 0 | 2 | C4 | 5C | 51 |
| Octal | 243 | 344 | 373 | 43 | 11 | 0 | 2 | 304 | 134 | 121 |
| Binary | 10100011 | 11100100 | 11111011 | 100011 | 1001 | 0 | 10 | 11000100 | 1011100 | 1010001 |
Color Harmonies of #A3E4FB
Complementary color
Monochromatic Colors of #A3E4FB
Black with #A3E4FB
Text Example
Text Example
White with #A3E4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E4FB; }
p { color: rgb(163,228,251); }
H1.HeaderClassName
{
color: #A3E4FB;
}
.AnyTagClassName
{
color: #A3E4FB;
}
</style>
background-color css
<style>
a { background-color: #A3E4FB; }
a { background-color: rgb(163,228,251); }
div.DivClassName
{
background-color: #A3E4FB;
}
.BgClassName
{
background-color: #A3E4FB;
}
</style>
border-color css
<style>
span { border-color: #A3E4FB; }
span { border-color: rgb(163,228,251); }
td.TdClassName
{
border-color: #A3E4FB;
}
.TagClassName
{
border-color: #A3E4FB;
}
</style>