Shades of Columbia Blue #A4E2FF
Tints of Columbia Blue #A4E2FF
RGB
CMYK
RGB Variations
Color information
#A4E2FF (or 0xA4E2FF) is known color: Columbia Blue. HEX triplet: A4, E2 and FF. RGB value is (164,226,255). Sum of RGB (Red+Green+Blue) = 164+226+255=645 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.43% from 645); Green value is 226 (88.67% from 255 or 35.04% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4E2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4E2FF is #5B1D00. Grayscale: #D2D2D2. Windows color (decimal): -5971201 or 16769700. OLE color: 16769700.
HSL color Cylindrical-coordinate representation of color #A4E2FF: hue angle of 199.12º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4E2FF is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 226 | 255 | - |
| CMYK | 0.36 | 0.11 | 0 | 0 |
| HSL | 199.12º | 1% | 0.82% | - |
| HSV(B) | 199.12º | 0.36% | 1% | - |
| XYZ | 60.56 | 69.51 | 104.83 | - |
| YUV | 210.77 | 152.96 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 226 | 255 | 0.36 | 0.11 | 0 | 0 | 199.12 | 1 | 0.82 |
| Hex | A4 | E2 | FF | 24 | B | 0 | 0 | C7 | 64 | 52 |
| Octal | 244 | 342 | 377 | 44 | 13 | 0 | 0 | 307 | 144 | 122 |
| Binary | 10100100 | 11100010 | 11111111 | 100100 | 1011 | 0 | 0 | 11000111 | 1100100 | 1010010 |
Color Harmonies of #A4E2FF
Complementary color
Monochromatic Colors of #A4E2FF
Black with #A4E2FF
Text Example
Text Example
White with #A4E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E2FF; }
p { color: rgb(164,226,255); }
H1.HeaderClassName
{
color: #A4E2FF;
}
.AnyTagClassName
{
color: #A4E2FF;
}
</style>
background-color css
<style>
a { background-color: #A4E2FF; }
a { background-color: rgb(164,226,255); }
div.DivClassName
{
background-color: #A4E2FF;
}
.BgClassName
{
background-color: #A4E2FF;
}
</style>
border-color css
<style>
span { border-color: #A4E2FF; }
span { border-color: rgb(164,226,255); }
td.TdClassName
{
border-color: #A4E2FF;
}
.TagClassName
{
border-color: #A4E2FF;
}
</style>