Shades of Columbia Blue #ACDFFE
Tints of Columbia Blue #ACDFFE
RGB
CMYK
RGB Variations
Color information
#ACDFFE (or 0xACDFFE) is known color: Columbia Blue. HEX triplet: AC, DF and FE. RGB value is (172,223,254). Sum of RGB (Red+Green+Blue) = 172+223+254=649 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.50% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACDFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDFFE is #532001. Grayscale: #D3D3D3. Windows color (decimal): -5447682 or 16703404. OLE color: 16703404.
HSL color Cylindrical-coordinate representation of color #ACDFFE: hue angle of 202.68º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACDFFE is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 223 | 254 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.00 |
| HSL | 202.68º | 0.98% | 0.84% | - |
| HSV(B) | 202.68º | 0.32% | 1% | - |
| XYZ | 61.29 | 68.7 | 103.8 | - |
| YUV | 211.29 | 152.1 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 254 | 0.32 | 0.12 | 0 | 0.00 | 202.68 | 0.98 | 0.84 |
| Hex | AC | DF | FE | 20 | C | 0 | 0 | CB | 62 | 54 |
| Octal | 254 | 337 | 376 | 40 | 14 | 0 | 0 | 313 | 142 | 124 |
| Binary | 10101100 | 11011111 | 11111110 | 100000 | 1100 | 0 | 0 | 11001011 | 1100010 | 1010100 |
Color Harmonies of #ACDFFE
Complementary color
Monochromatic Colors of #ACDFFE
Black with #ACDFFE
Text Example
Text Example
White with #ACDFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDFFE; }
p { color: rgb(172,223,254); }
H1.HeaderClassName
{
color: #ACDFFE;
}
.AnyTagClassName
{
color: #ACDFFE;
}
</style>
background-color css
<style>
a { background-color: #ACDFFE; }
a { background-color: rgb(172,223,254); }
div.DivClassName
{
background-color: #ACDFFE;
}
.BgClassName
{
background-color: #ACDFFE;
}
</style>
border-color css
<style>
span { border-color: #ACDFFE; }
span { border-color: rgb(172,223,254); }
td.TdClassName
{
border-color: #ACDFFE;
}
.TagClassName
{
border-color: #ACDFFE;
}
</style>