Shades of Cornflower Blue #5CAAFD
Tints of Cornflower Blue #5CAAFD
RGB
CMYK
RGB Variations
Color information
#5CAAFD (or 0x5CAAFD) is known color: Cornflower Blue. HEX triplet: 5C, AA and FD. RGB value is (92,170,253). Sum of RGB (Red+Green+Blue) = 92+170+253=515 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.86% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #5CAAFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CAAFD is #A35502. Grayscale: #9B9B9B. Windows color (decimal): -10704131 or 16624220. OLE color: 16624220.
HSL color Cylindrical-coordinate representation of color #5CAAFD: hue angle of 210.93º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CAAFD is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 170 | 253 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.01 |
| HSL | 210.93º | 0.98% | 0.68% | - |
| HSV(B) | 210.93º | 0.64% | 0.99% | - |
| XYZ | 36.52 | 38.12 | 98.36 | - |
| YUV | 156.14 | 182.66 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 170 | 253 | 0.64 | 0.33 | 0 | 0.01 | 210.93 | 0.98 | 0.68 |
| Hex | 5C | AA | FD | 40 | 21 | 0 | 1 | D3 | 62 | 44 |
| Octal | 134 | 252 | 375 | 100 | 41 | 0 | 1 | 323 | 142 | 104 |
| Binary | 1011100 | 10101010 | 11111101 | 1000000 | 100001 | 0 | 1 | 11010011 | 1100010 | 1000100 |
Color Harmonies of #5CAAFD
Complementary color
Monochromatic Colors of #5CAAFD
Black with #5CAAFD
Text Example
Text Example
White with #5CAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAAFD; }
p { color: rgb(92,170,253); }
H1.HeaderClassName
{
color: #5CAAFD;
}
.AnyTagClassName
{
color: #5CAAFD;
}
</style>
background-color css
<style>
a { background-color: #5CAAFD; }
a { background-color: rgb(92,170,253); }
div.DivClassName
{
background-color: #5CAAFD;
}
.BgClassName
{
background-color: #5CAAFD;
}
</style>
border-color css
<style>
span { border-color: #5CAAFD; }
span { border-color: rgb(92,170,253); }
td.TdClassName
{
border-color: #5CAAFD;
}
.TagClassName
{
border-color: #5CAAFD;
}
</style>