Shades of Cornflower Blue #5FACFC
Tints of Cornflower Blue #5FACFC
RGB
CMYK
RGB Variations
Color information
#5FACFC (or 0x5FACFC) is known color: Cornflower Blue. HEX triplet: 5F, AC and FC. RGB value is (95,172,252). Sum of RGB (Red+Green+Blue) = 95+172+252=519 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.30% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #5FACFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FACFC is #A05303. Grayscale: #9D9D9D. Windows color (decimal): -10507012 or 16559199. OLE color: 16559199.
HSL color Cylindrical-coordinate representation of color #5FACFC: hue angle of 210.57º degrees, saturation: 0.96, 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 #5FACFC is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 172 | 252 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.01 |
| HSL | 210.57º | 0.96% | 0.68% | - |
| HSV(B) | 210.57º | 0.62% | 0.99% | - |
| XYZ | 37.04 | 38.97 | 97.66 | - |
| YUV | 158.1 | 180.99 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 172 | 252 | 0.62 | 0.32 | 0 | 0.01 | 210.57 | 0.96 | 0.68 |
| Hex | 5F | AC | FC | 3E | 20 | 0 | 1 | D3 | 60 | 44 |
| Octal | 137 | 254 | 374 | 76 | 40 | 0 | 1 | 323 | 140 | 104 |
| Binary | 1011111 | 10101100 | 11111100 | 111110 | 100000 | 0 | 1 | 11010011 | 1100000 | 1000100 |
Color Harmonies of #5FACFC
Complementary color
Monochromatic Colors of #5FACFC
Black with #5FACFC
Text Example
Text Example
White with #5FACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FACFC; }
p { color: rgb(95,172,252); }
H1.HeaderClassName
{
color: #5FACFC;
}
.AnyTagClassName
{
color: #5FACFC;
}
</style>
background-color css
<style>
a { background-color: #5FACFC; }
a { background-color: rgb(95,172,252); }
div.DivClassName
{
background-color: #5FACFC;
}
.BgClassName
{
background-color: #5FACFC;
}
</style>
border-color css
<style>
span { border-color: #5FACFC; }
span { border-color: rgb(95,172,252); }
td.TdClassName
{
border-color: #5FACFC;
}
.TagClassName
{
border-color: #5FACFC;
}
</style>