Shades of Cornflower Blue #5CAAFF
Tints of Cornflower Blue #5CAAFF
RGB
CMYK
RGB Variations
Color information
#5CAAFF (or 0x5CAAFF) is known color: Cornflower Blue. HEX triplet: 5C, AA and FF. RGB value is (92,170,255). Sum of RGB (Red+Green+Blue) = 92+170+255=517 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.79% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #5CAAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CAAFF is #A35500. Grayscale: #9B9B9B. Windows color (decimal): -10704129 or 16755292. OLE color: 16755292.
HSL color Cylindrical-coordinate representation of color #5CAAFF: hue angle of 211.29º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CAAFF is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 170 | 255 | - |
| CMYK | 0.64 | 0.33 | 0 | 0 |
| HSL | 211.29º | 1% | 0.68% | - |
| HSV(B) | 211.29º | 0.64% | 1% | - |
| XYZ | 36.84 | 38.24 | 100.05 | - |
| YUV | 156.37 | 183.66 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 170 | 255 | 0.64 | 0.33 | 0 | 0 | 211.29 | 1 | 0.68 |
| Hex | 5C | AA | FF | 40 | 21 | 0 | 0 | D3 | 64 | 44 |
| Octal | 134 | 252 | 377 | 100 | 41 | 0 | 0 | 323 | 144 | 104 |
| Binary | 1011100 | 10101010 | 11111111 | 1000000 | 100001 | 0 | 0 | 11010011 | 1100100 | 1000100 |
Color Harmonies of #5CAAFF
Complementary color
Monochromatic Colors of #5CAAFF
Black with #5CAAFF
Text Example
Text Example
White with #5CAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAAFF; }
p { color: rgb(92,170,255); }
H1.HeaderClassName
{
color: #5CAAFF;
}
.AnyTagClassName
{
color: #5CAAFF;
}
</style>
background-color css
<style>
a { background-color: #5CAAFF; }
a { background-color: rgb(92,170,255); }
div.DivClassName
{
background-color: #5CAAFF;
}
.BgClassName
{
background-color: #5CAAFF;
}
</style>
border-color css
<style>
span { border-color: #5CAAFF; }
span { border-color: rgb(92,170,255); }
td.TdClassName
{
border-color: #5CAAFF;
}
.TagClassName
{
border-color: #5CAAFF;
}
</style>