Shades of Cornflower Blue #5FACFD
Tints of Cornflower Blue #5FACFD
RGB
CMYK
RGB Variations
Color information
#5FACFD (or 0x5FACFD) is known color: Cornflower Blue. HEX triplet: 5F, AC and FD. RGB value is (95,172,253). Sum of RGB (Red+Green+Blue) = 95+172+253=520 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.27% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #5FACFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FACFD is #A05302. Grayscale: #9D9D9D. Windows color (decimal): -10507011 or 16624735. OLE color: 16624735.
HSL color Cylindrical-coordinate representation of color #5FACFD: hue angle of 210.76º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FACFD is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 172 | 253 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.01 |
| HSL | 210.76º | 0.98% | 0.68% | - |
| HSV(B) | 210.76º | 0.62% | 0.99% | - |
| XYZ | 37.2 | 39.03 | 98.5 | - |
| YUV | 158.21 | 181.49 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 172 | 253 | 0.62 | 0.32 | 0 | 0.01 | 210.76 | 0.98 | 0.68 |
| Hex | 5F | AC | FD | 3E | 20 | 0 | 1 | D3 | 62 | 44 |
| Octal | 137 | 254 | 375 | 76 | 40 | 0 | 1 | 323 | 142 | 104 |
| Binary | 1011111 | 10101100 | 11111101 | 111110 | 100000 | 0 | 1 | 11010011 | 1100010 | 1000100 |
Color Harmonies of #5FACFD
Complementary color
Monochromatic Colors of #5FACFD
Black with #5FACFD
Text Example
Text Example
White with #5FACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FACFD; }
p { color: rgb(95,172,253); }
H1.HeaderClassName
{
color: #5FACFD;
}
.AnyTagClassName
{
color: #5FACFD;
}
</style>
background-color css
<style>
a { background-color: #5FACFD; }
a { background-color: rgb(95,172,253); }
div.DivClassName
{
background-color: #5FACFD;
}
.BgClassName
{
background-color: #5FACFD;
}
</style>
border-color css
<style>
span { border-color: #5FACFD; }
span { border-color: rgb(95,172,253); }
td.TdClassName
{
border-color: #5FACFD;
}
.TagClassName
{
border-color: #5FACFD;
}
</style>