Shades of Cornflower Blue #5CABFE
Tints of Cornflower Blue #5CABFE
RGB
CMYK
RGB Variations
Color information
#5CABFE (or 0x5CABFE) is known color: Cornflower Blue. HEX triplet: 5C, AB and FE. RGB value is (92,171,254). Sum of RGB (Red+Green+Blue) = 92+171+254=517 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.79% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #5CABFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CABFE is #A35401. Grayscale: #9C9C9C. Windows color (decimal): -10703874 or 16690012. OLE color: 16690012.
HSL color Cylindrical-coordinate representation of color #5CABFE: hue angle of 210.74º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CABFE is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 92 | 171 | 254 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.00 |
| HSL | 210.74º | 0.99% | 0.68% | - |
| HSV(B) | 210.74º | 0.64% | 1% | - |
| XYZ | 36.87 | 38.56 | 99.27 | - |
| YUV | 156.84 | 182.83 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 171 | 254 | 0.64 | 0.33 | 0 | 0.00 | 210.74 | 0.99 | 0.68 |
| Hex | 5C | AB | FE | 40 | 21 | 0 | 0 | D3 | 63 | 44 |
| Octal | 134 | 253 | 376 | 100 | 41 | 0 | 0 | 323 | 143 | 104 |
| Binary | 1011100 | 10101011 | 11111110 | 1000000 | 100001 | 0 | 0 | 11010011 | 1100011 | 1000100 |
Color Harmonies of #5CABFE
Complementary color
Monochromatic Colors of #5CABFE
Black with #5CABFE
Text Example
Text Example
White with #5CABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CABFE; }
p { color: rgb(92,171,254); }
H1.HeaderClassName
{
color: #5CABFE;
}
.AnyTagClassName
{
color: #5CABFE;
}
</style>
background-color css
<style>
a { background-color: #5CABFE; }
a { background-color: rgb(92,171,254); }
div.DivClassName
{
background-color: #5CABFE;
}
.BgClassName
{
background-color: #5CABFE;
}
</style>
border-color css
<style>
span { border-color: #5CABFE; }
span { border-color: rgb(92,171,254); }
td.TdClassName
{
border-color: #5CABFE;
}
.TagClassName
{
border-color: #5CABFE;
}
</style>