Shades of Cornflower Blue #60A8F8
Tints of Cornflower Blue #60A8F8
RGB
CMYK
RGB Variations
Color information
#60A8F8 (or 0x60A8F8) is known color: Cornflower Blue. HEX triplet: 60, A8 and F8. RGB value is (96,168,248). Sum of RGB (Red+Green+Blue) = 96+168+248=512 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.75% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 248 (97.27% from 255 or 48.44% from 512); Max value from RGB is 248 - color contains mainly: blue. Hex color #60A8F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A8F8 is #9F5707. Grayscale: #9B9B9B. Windows color (decimal): -10442504 or 16296032. OLE color: 16296032.
HSL color Cylindrical-coordinate representation of color #60A8F8: hue angle of 211.58º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60A8F8 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 168 | 248 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.03 |
| HSL | 211.58º | 0.92% | 0.67% | - |
| HSV(B) | 211.58º | 0.61% | 0.97% | - |
| XYZ | 35.77 | 37.27 | 94.12 | - |
| YUV | 155.59 | 180.15 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 168 | 248 | 0.61 | 0.32 | 0 | 0.03 | 211.58 | 0.92 | 0.67 |
| Hex | 60 | A8 | F8 | 3D | 20 | 0 | 3 | D4 | 5C | 43 |
| Octal | 140 | 250 | 370 | 75 | 40 | 0 | 3 | 324 | 134 | 103 |
| Binary | 1100000 | 10101000 | 11111000 | 111101 | 100000 | 0 | 11 | 11010100 | 1011100 | 1000011 |
Color Harmonies of #60A8F8
Complementary color
Monochromatic Colors of #60A8F8
Black with #60A8F8
Text Example
Text Example
White with #60A8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A8F8; }
p { color: rgb(96,168,248); }
H1.HeaderClassName
{
color: #60A8F8;
}
.AnyTagClassName
{
color: #60A8F8;
}
</style>
background-color css
<style>
a { background-color: #60A8F8; }
a { background-color: rgb(96,168,248); }
div.DivClassName
{
background-color: #60A8F8;
}
.BgClassName
{
background-color: #60A8F8;
}
</style>
border-color css
<style>
span { border-color: #60A8F8; }
span { border-color: rgb(96,168,248); }
td.TdClassName
{
border-color: #60A8F8;
}
.TagClassName
{
border-color: #60A8F8;
}
</style>