Shades of Cornflower Blue #5FACFE
Tints of Cornflower Blue #5FACFE
RGB
CMYK
RGB Variations
Color information
#5FACFE (or 0x5FACFE) is known color: Cornflower Blue. HEX triplet: 5F, AC and FE. RGB value is (95,172,254). Sum of RGB (Red+Green+Blue) = 95+172+254=521 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.23% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #5FACFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FACFE is #A05301. Grayscale: #9D9D9D. Windows color (decimal): -10507010 or 16690271. OLE color: 16690271.
HSL color Cylindrical-coordinate representation of color #5FACFE: hue angle of 210.94º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FACFE is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 172 | 254 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.00 |
| HSL | 210.94º | 0.99% | 0.68% | - |
| HSV(B) | 210.94º | 0.63% | 1% | - |
| XYZ | 37.36 | 39.09 | 99.34 | - |
| YUV | 158.33 | 181.99 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 172 | 254 | 0.63 | 0.32 | 0 | 0.00 | 210.94 | 0.99 | 0.68 |
| Hex | 5F | AC | FE | 3F | 20 | 0 | 0 | D3 | 63 | 44 |
| Octal | 137 | 254 | 376 | 77 | 40 | 0 | 0 | 323 | 143 | 104 |
| Binary | 1011111 | 10101100 | 11111110 | 111111 | 100000 | 0 | 0 | 11010011 | 1100011 | 1000100 |
Color Harmonies of #5FACFE
Complementary color
Monochromatic Colors of #5FACFE
Black with #5FACFE
Text Example
Text Example
White with #5FACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FACFE; }
p { color: rgb(95,172,254); }
H1.HeaderClassName
{
color: #5FACFE;
}
.AnyTagClassName
{
color: #5FACFE;
}
</style>
background-color css
<style>
a { background-color: #5FACFE; }
a { background-color: rgb(95,172,254); }
div.DivClassName
{
background-color: #5FACFE;
}
.BgClassName
{
background-color: #5FACFE;
}
</style>
border-color css
<style>
span { border-color: #5FACFE; }
span { border-color: rgb(95,172,254); }
td.TdClassName
{
border-color: #5FACFE;
}
.TagClassName
{
border-color: #5FACFE;
}
</style>