Shades of Cornflower Blue #5CACFC
Tints of Cornflower Blue #5CACFC
RGB
CMYK
RGB Variations
Color information
#5CACFC (or 0x5CACFC) is known color: Cornflower Blue. HEX triplet: 5C, AC and FC. RGB value is (92,172,252). Sum of RGB (Red+Green+Blue) = 92+172+252=516 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.83% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #5CACFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CACFC is #A35303. Grayscale: #9C9C9C. Windows color (decimal): -10703620 or 16559196. OLE color: 16559196.
HSL color Cylindrical-coordinate representation of color #5CACFC: hue angle of 210º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CACFC is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 172 | 252 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.01 |
| HSL | 210º | 0.96% | 0.67% | - |
| HSV(B) | 210º | 0.63% | 0.99% | - |
| XYZ | 36.74 | 38.81 | 97.65 | - |
| YUV | 157.2 | 181.5 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 172 | 252 | 0.63 | 0.32 | 0 | 0.01 | 210 | 0.96 | 0.67 |
| Hex | 5C | AC | FC | 3F | 20 | 0 | 1 | D2 | 60 | 43 |
| Octal | 134 | 254 | 374 | 77 | 40 | 0 | 1 | 322 | 140 | 103 |
| Binary | 1011100 | 10101100 | 11111100 | 111111 | 100000 | 0 | 1 | 11010010 | 1100000 | 1000011 |
Color Harmonies of #5CACFC
Complementary color
Monochromatic Colors of #5CACFC
Black with #5CACFC
Text Example
Text Example
White with #5CACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CACFC; }
p { color: rgb(92,172,252); }
H1.HeaderClassName
{
color: #5CACFC;
}
.AnyTagClassName
{
color: #5CACFC;
}
</style>
background-color css
<style>
a { background-color: #5CACFC; }
a { background-color: rgb(92,172,252); }
div.DivClassName
{
background-color: #5CACFC;
}
.BgClassName
{
background-color: #5CACFC;
}
</style>
border-color css
<style>
span { border-color: #5CACFC; }
span { border-color: rgb(92,172,252); }
td.TdClassName
{
border-color: #5CACFC;
}
.TagClassName
{
border-color: #5CACFC;
}
</style>