Shades of Cornflower Blue #76A0FC
Tints of Cornflower Blue #76A0FC
RGB
CMYK
RGB Variations
Color information
#76A0FC (or 0x76A0FC) is known color: Cornflower Blue. HEX triplet: 76, A0 and FC. RGB value is (118,160,252). Sum of RGB (Red+Green+Blue) = 118+160+252=530 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.26% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #76A0FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A0FC is #895F03. Grayscale: #9D9D9D. Windows color (decimal): -9002756 or 16556150. OLE color: 16556150.
HSL color Cylindrical-coordinate representation of color #76A0FC: hue angle of 221.19º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76A0FC is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 160 | 252 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.01 |
| HSL | 221.19º | 0.96% | 0.73% | - |
| HSV(B) | 221.19º | 0.53% | 0.99% | - |
| XYZ | 37.61 | 36.02 | 97.07 | - |
| YUV | 157.93 | 181.09 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 160 | 252 | 0.53 | 0.37 | 0 | 0.01 | 221.19 | 0.96 | 0.73 |
| Hex | 76 | A0 | FC | 35 | 25 | 0 | 1 | DD | 60 | 49 |
| Octal | 166 | 240 | 374 | 65 | 45 | 0 | 1 | 335 | 140 | 111 |
| Binary | 1110110 | 10100000 | 11111100 | 110101 | 100101 | 0 | 1 | 11011101 | 1100000 | 1001001 |
Color Harmonies of #76A0FC
Complementary color
Monochromatic Colors of #76A0FC
Black with #76A0FC
Text Example
Text Example
White with #76A0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A0FC; }
p { color: rgb(118,160,252); }
H1.HeaderClassName
{
color: #76A0FC;
}
.AnyTagClassName
{
color: #76A0FC;
}
</style>
background-color css
<style>
a { background-color: #76A0FC; }
a { background-color: rgb(118,160,252); }
div.DivClassName
{
background-color: #76A0FC;
}
.BgClassName
{
background-color: #76A0FC;
}
</style>
border-color css
<style>
span { border-color: #76A0FC; }
span { border-color: rgb(118,160,252); }
td.TdClassName
{
border-color: #76A0FC;
}
.TagClassName
{
border-color: #76A0FC;
}
</style>