Shades of Cornflower Blue #76A6FA
Tints of Cornflower Blue #76A6FA
RGB
CMYK
RGB Variations
Color information
#76A6FA (or 0x76A6FA) is known color: Cornflower Blue. HEX triplet: 76, A6 and FA. RGB value is (118,166,250). Sum of RGB (Red+Green+Blue) = 118+166+250=534 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.10% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #76A6FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A6FA is #895905. Grayscale: #A0A0A0. Windows color (decimal): -9001222 or 16426614. OLE color: 16426614.
HSL color Cylindrical-coordinate representation of color #76A6FA: hue angle of 218.18º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76A6FA is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 166 | 250 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.02 |
| HSL | 218.18º | 0.93% | 0.72% | - |
| HSV(B) | 218.18º | 0.53% | 0.98% | - |
| XYZ | 38.36 | 38.03 | 95.76 | - |
| YUV | 161.22 | 178.1 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 166 | 250 | 0.53 | 0.34 | 0 | 0.02 | 218.18 | 0.93 | 0.72 |
| Hex | 76 | A6 | FA | 35 | 22 | 0 | 2 | DA | 5D | 48 |
| Octal | 166 | 246 | 372 | 65 | 42 | 0 | 2 | 332 | 135 | 110 |
| Binary | 1110110 | 10100110 | 11111010 | 110101 | 100010 | 0 | 10 | 11011010 | 1011101 | 1001000 |
Color Harmonies of #76A6FA
Complementary color
Monochromatic Colors of #76A6FA
Black with #76A6FA
Text Example
Text Example
White with #76A6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A6FA; }
p { color: rgb(118,166,250); }
H1.HeaderClassName
{
color: #76A6FA;
}
.AnyTagClassName
{
color: #76A6FA;
}
</style>
background-color css
<style>
a { background-color: #76A6FA; }
a { background-color: rgb(118,166,250); }
div.DivClassName
{
background-color: #76A6FA;
}
.BgClassName
{
background-color: #76A6FA;
}
</style>
border-color css
<style>
span { border-color: #76A6FA; }
span { border-color: rgb(118,166,250); }
td.TdClassName
{
border-color: #76A6FA;
}
.TagClassName
{
border-color: #76A6FA;
}
</style>