Shades of Cornflower Blue #54ACFF
Tints of Cornflower Blue #54ACFF
RGB
CMYK
RGB Variations
Color information
#54ACFF (or 0x54ACFF) is known color: Cornflower Blue. HEX triplet: 54, AC and FF. RGB value is (84,172,255). Sum of RGB (Red+Green+Blue) = 84+172+255=511 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.44% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #54ACFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54ACFF is #AB5300. Grayscale: #9A9A9A. Windows color (decimal): -11227905 or 16755796. OLE color: 16755796.
HSL color Cylindrical-coordinate representation of color #54ACFF: hue angle of 209.12º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54ACFF is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 172 | 255 | - |
| CMYK | 0.67 | 0.33 | 0 | 0 |
| HSL | 209.12º | 1% | 0.66% | - |
| HSV(B) | 209.12º | 0.67% | 1% | - |
| XYZ | 36.46 | 38.61 | 100.14 | - |
| YUV | 155.15 | 184.35 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 172 | 255 | 0.67 | 0.33 | 0 | 0 | 209.12 | 1 | 0.66 |
| Hex | 54 | AC | FF | 43 | 21 | 0 | 0 | D1 | 64 | 42 |
| Octal | 124 | 254 | 377 | 103 | 41 | 0 | 0 | 321 | 144 | 102 |
| Binary | 1010100 | 10101100 | 11111111 | 1000011 | 100001 | 0 | 0 | 11010001 | 1100100 | 1000010 |
Color Harmonies of #54ACFF
Complementary color
Monochromatic Colors of #54ACFF
Black with #54ACFF
Text Example
Text Example
White with #54ACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ACFF; }
p { color: rgb(84,172,255); }
H1.HeaderClassName
{
color: #54ACFF;
}
.AnyTagClassName
{
color: #54ACFF;
}
</style>
background-color css
<style>
a { background-color: #54ACFF; }
a { background-color: rgb(84,172,255); }
div.DivClassName
{
background-color: #54ACFF;
}
.BgClassName
{
background-color: #54ACFF;
}
</style>
border-color css
<style>
span { border-color: #54ACFF; }
span { border-color: rgb(84,172,255); }
td.TdClassName
{
border-color: #54ACFF;
}
.TagClassName
{
border-color: #54ACFF;
}
</style>