Shades of Cornflower Blue #5CABFD
Tints of Cornflower Blue #5CABFD
RGB
CMYK
RGB Variations
Color information
#5CABFD (or 0x5CABFD) is known color: Cornflower Blue. HEX triplet: 5C, AB and FD. RGB value is (92,171,253). Sum of RGB (Red+Green+Blue) = 92+171+253=516 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.83% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #5CABFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CABFD is #A35402. Grayscale: #9C9C9C. Windows color (decimal): -10703875 or 16624476. OLE color: 16624476.
HSL color Cylindrical-coordinate representation of color #5CABFD: hue angle of 210.56º 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 #5CABFD is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 171 | 253 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.01 |
| HSL | 210.56º | 0.98% | 0.68% | - |
| HSV(B) | 210.56º | 0.64% | 0.99% | - |
| XYZ | 36.71 | 38.49 | 98.42 | - |
| YUV | 156.73 | 182.33 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 171 | 253 | 0.64 | 0.32 | 0 | 0.01 | 210.56 | 0.98 | 0.68 |
| Hex | 5C | AB | FD | 40 | 20 | 0 | 1 | D3 | 62 | 44 |
| Octal | 134 | 253 | 375 | 100 | 40 | 0 | 1 | 323 | 142 | 104 |
| Binary | 1011100 | 10101011 | 11111101 | 1000000 | 100000 | 0 | 1 | 11010011 | 1100010 | 1000100 |
Color Harmonies of #5CABFD
Complementary color
Monochromatic Colors of #5CABFD
Black with #5CABFD
Text Example
Text Example
White with #5CABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CABFD; }
p { color: rgb(92,171,253); }
H1.HeaderClassName
{
color: #5CABFD;
}
.AnyTagClassName
{
color: #5CABFD;
}
</style>
background-color css
<style>
a { background-color: #5CABFD; }
a { background-color: rgb(92,171,253); }
div.DivClassName
{
background-color: #5CABFD;
}
.BgClassName
{
background-color: #5CABFD;
}
</style>
border-color css
<style>
span { border-color: #5CABFD; }
span { border-color: rgb(92,171,253); }
td.TdClassName
{
border-color: #5CABFD;
}
.TagClassName
{
border-color: #5CABFD;
}
</style>