Shades of Columbia Blue #ACE0FF
Tints of Columbia Blue #ACE0FF
RGB
CMYK
RGB Variations
Color information
#ACE0FF (or 0xACE0FF) is known color: Columbia Blue. HEX triplet: AC, E0 and FF. RGB value is (172,224,255). Sum of RGB (Red+Green+Blue) = 172+224+255=651 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.42% from 651); Green value is 224 (87.89% from 255 or 34.41% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACE0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE0FF is #531F00. Grayscale: #D3D3D3. Windows color (decimal): -5447425 or 16769196. OLE color: 16769196.
HSL color Cylindrical-coordinate representation of color #ACE0FF: hue angle of 202.41º 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 #ACE0FF is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 172 | 224 | 255 | - |
CMYK | 0.33 | 0.12 | 0 | 0 |
HSL | 202.41º | 1% | 0.84% | - |
HSV(B) | 202.41º | 0.33% | 1% | - |
XYZ | 61.72 | 69.3 | 104.73 | - |
YUV | 211.99 | 152.27 | 99.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 224 | 255 | 0.33 | 0.12 | 0 | 0 | 202.41 | 1 | 0.84 |
Hex | AC | E0 | FF | 21 | C | 0 | 0 | CA | 64 | 54 |
Octal | 254 | 340 | 377 | 41 | 14 | 0 | 0 | 312 | 144 | 124 |
Binary | 10101100 | 11100000 | 11111111 | 100001 | 1100 | 0 | 0 | 11001010 | 1100100 | 1010100 |
Color Harmonies of #ACE0FF
Complementary color
Monochromatic Colors of #ACE0FF
Black with #ACE0FF
Text Example
Text Example
White with #ACE0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0FF; }
p { color: rgb(172,224,255); }
H1.HeaderClassName
{
color: #ACE0FF;
}
.AnyTagClassName
{
color: #ACE0FF;
}
</style>
background-color css
<style>
a { background-color: #ACE0FF; }
a { background-color: rgb(172,224,255); }
div.DivClassName
{
background-color: #ACE0FF;
}
.BgClassName
{
background-color: #ACE0FF;
}
</style>
border-color css
<style>
span { border-color: #ACE0FF; }
span { border-color: rgb(172,224,255); }
td.TdClassName
{
border-color: #ACE0FF;
}
.TagClassName
{
border-color: #ACE0FF;
}
</style>