Shades of Cornflower Blue #54ABFE
Tints of Cornflower Blue #54ABFE
RGB
CMYK
RGB Variations
Color information
#54ABFE (or 0x54ABFE) is known color: Cornflower Blue. HEX triplet: 54, AB and FE. RGB value is (84,171,254). Sum of RGB (Red+Green+Blue) = 84+171+254=509 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.50% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #54ABFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54ABFE is #AB5401. Grayscale: #9A9A9A. Windows color (decimal): -11228162 or 16690004. OLE color: 16690004.
HSL color Cylindrical-coordinate representation of color #54ABFE: hue angle of 209.29º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54ABFE is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 171 | 254 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.00 |
| HSL | 209.29º | 0.99% | 0.66% | - |
| HSV(B) | 209.29º | 0.67% | 1% | - |
| XYZ | 36.11 | 38.17 | 99.23 | - |
| YUV | 154.45 | 184.18 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 171 | 254 | 0.67 | 0.33 | 0 | 0.00 | 209.29 | 0.99 | 0.66 |
| Hex | 54 | AB | FE | 43 | 21 | 0 | 0 | D1 | 63 | 42 |
| Octal | 124 | 253 | 376 | 103 | 41 | 0 | 0 | 321 | 143 | 102 |
| Binary | 1010100 | 10101011 | 11111110 | 1000011 | 100001 | 0 | 0 | 11010001 | 1100011 | 1000010 |
Color Harmonies of #54ABFE
Complementary color
Monochromatic Colors of #54ABFE
Black with #54ABFE
Text Example
Text Example
White with #54ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ABFE; }
p { color: rgb(84,171,254); }
H1.HeaderClassName
{
color: #54ABFE;
}
.AnyTagClassName
{
color: #54ABFE;
}
</style>
background-color css
<style>
a { background-color: #54ABFE; }
a { background-color: rgb(84,171,254); }
div.DivClassName
{
background-color: #54ABFE;
}
.BgClassName
{
background-color: #54ABFE;
}
</style>
border-color css
<style>
span { border-color: #54ABFE; }
span { border-color: rgb(84,171,254); }
td.TdClassName
{
border-color: #54ABFE;
}
.TagClassName
{
border-color: #54ABFE;
}
</style>