Shades of Columbia Blue #ACEAFF
Tints of Columbia Blue #ACEAFF
RGB
CMYK
RGB Variations
Color information
#ACEAFF (or 0xACEAFF) is known color: Columbia Blue. HEX triplet: AC, EA and FF. RGB value is (172,234,255). Sum of RGB (Red+Green+Blue) = 172+234+255=661 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.02% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACEAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEAFF is #531500. Grayscale: #D9D9D9. Windows color (decimal): -5444865 or 16771756. OLE color: 16771756.
HSL color Cylindrical-coordinate representation of color #ACEAFF: hue angle of 195.18º 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 #ACEAFF is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 172 | 234 | 255 | - |
CMYK | 0.33 | 0.08 | 0 | 0 |
HSL | 195.18º | 1% | 0.84% | - |
HSV(B) | 195.18º | 0.33% | 1% | - |
XYZ | 64.49 | 74.84 | 105.65 | - |
YUV | 217.86 | 148.96 | 95.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 234 | 255 | 0.33 | 0.08 | 0 | 0 | 195.18 | 1 | 0.84 |
Hex | AC | EA | FF | 21 | 8 | 0 | 0 | C3 | 64 | 54 |
Octal | 254 | 352 | 377 | 41 | 10 | 0 | 0 | 303 | 144 | 124 |
Binary | 10101100 | 11101010 | 11111111 | 100001 | 1000 | 0 | 0 | 11000011 | 1100100 | 1010100 |
Color Harmonies of #ACEAFF
Complementary color
Monochromatic Colors of #ACEAFF
Black with #ACEAFF
Text Example
Text Example
White with #ACEAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEAFF; }
p { color: rgb(172,234,255); }
H1.HeaderClassName
{
color: #ACEAFF;
}
.AnyTagClassName
{
color: #ACEAFF;
}
</style>
background-color css
<style>
a { background-color: #ACEAFF; }
a { background-color: rgb(172,234,255); }
div.DivClassName
{
background-color: #ACEAFF;
}
.BgClassName
{
background-color: #ACEAFF;
}
</style>
border-color css
<style>
span { border-color: #ACEAFF; }
span { border-color: rgb(172,234,255); }
td.TdClassName
{
border-color: #ACEAFF;
}
.TagClassName
{
border-color: #ACEAFF;
}
</style>