Shades of Cornflower Blue #60ABFC
Tints of Cornflower Blue #60ABFC
RGB
CMYK
RGB Variations
Color information
#60ABFC (or 0x60ABFC) is known color: Cornflower Blue. HEX triplet: 60, AB and FC. RGB value is (96,171,252). Sum of RGB (Red+Green+Blue) = 96+171+252=519 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.50% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #60ABFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60ABFC is #9F5403. Grayscale: #9D9D9D. Windows color (decimal): -10441732 or 16558944. OLE color: 16558944.
HSL color Cylindrical-coordinate representation of color #60ABFC: hue angle of 211.15º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60ABFC is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 171 | 252 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.01 |
| HSL | 211.15º | 0.96% | 0.68% | - |
| HSV(B) | 211.15º | 0.62% | 0.99% | - |
| XYZ | 36.96 | 38.64 | 97.61 | - |
| YUV | 157.81 | 181.15 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 252 | 0.62 | 0.32 | 0 | 0.01 | 211.15 | 0.96 | 0.68 |
| Hex | 60 | AB | FC | 3E | 20 | 0 | 1 | D3 | 60 | 44 |
| Octal | 140 | 253 | 374 | 76 | 40 | 0 | 1 | 323 | 140 | 104 |
| Binary | 1100000 | 10101011 | 11111100 | 111110 | 100000 | 0 | 1 | 11010011 | 1100000 | 1000100 |
Color Harmonies of #60ABFC
Complementary color
Monochromatic Colors of #60ABFC
Black with #60ABFC
Text Example
Text Example
White with #60ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ABFC; }
p { color: rgb(96,171,252); }
H1.HeaderClassName
{
color: #60ABFC;
}
.AnyTagClassName
{
color: #60ABFC;
}
</style>
background-color css
<style>
a { background-color: #60ABFC; }
a { background-color: rgb(96,171,252); }
div.DivClassName
{
background-color: #60ABFC;
}
.BgClassName
{
background-color: #60ABFC;
}
</style>
border-color css
<style>
span { border-color: #60ABFC; }
span { border-color: rgb(96,171,252); }
td.TdClassName
{
border-color: #60ABFC;
}
.TagClassName
{
border-color: #60ABFC;
}
</style>