Shades of Columbia Blue #ACE2FF
Tints of Columbia Blue #ACE2FF
RGB
CMYK
RGB Variations
Color information
#ACE2FF (or 0xACE2FF) is known color: Columbia Blue. HEX triplet: AC, E2 and FF. RGB value is (172,226,255). Sum of RGB (Red+Green+Blue) = 172+226+255=653 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.34% from 653); Green value is 226 (88.67% from 255 or 34.61% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACE2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE2FF is #531D00. Grayscale: #D4D4D4. Windows color (decimal): -5446913 or 16769708. OLE color: 16769708.
HSL color Cylindrical-coordinate representation of color #ACE2FF: hue angle of 200.96º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACE2FF is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 172 | 226 | 255 | - |
CMYK | 0.33 | 0.11 | 0 | 0 |
HSL | 200.96º | 1% | 0.84% | - |
HSV(B) | 200.96º | 0.33% | 1% | - |
XYZ | 62.26 | 70.38 | 104.91 | - |
YUV | 213.16 | 151.61 | 98.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 226 | 255 | 0.33 | 0.11 | 0 | 0 | 200.96 | 1 | 0.84 |
Hex | AC | E2 | FF | 21 | B | 0 | 0 | C9 | 64 | 54 |
Octal | 254 | 342 | 377 | 41 | 13 | 0 | 0 | 311 | 144 | 124 |
Binary | 10101100 | 11100010 | 11111111 | 100001 | 1011 | 0 | 0 | 11001001 | 1100100 | 1010100 |
Color Harmonies of #ACE2FF
Complementary color
Monochromatic Colors of #ACE2FF
Black with #ACE2FF
Text Example
Text Example
White with #ACE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE2FF; }
p { color: rgb(172,226,255); }
H1.HeaderClassName
{
color: #ACE2FF;
}
.AnyTagClassName
{
color: #ACE2FF;
}
</style>
background-color css
<style>
a { background-color: #ACE2FF; }
a { background-color: rgb(172,226,255); }
div.DivClassName
{
background-color: #ACE2FF;
}
.BgClassName
{
background-color: #ACE2FF;
}
</style>
border-color css
<style>
span { border-color: #ACE2FF; }
span { border-color: rgb(172,226,255); }
td.TdClassName
{
border-color: #ACE2FF;
}
.TagClassName
{
border-color: #ACE2FF;
}
</style>