Shades of Cornflower Blue #76A1FF
Tints of Cornflower Blue #76A1FF
RGB
CMYK
RGB Variations
Color information
#76A1FF (or 0x76A1FF) is known color: Cornflower Blue. HEX triplet: 76, A1 and FF. RGB value is (118,161,255). Sum of RGB (Red+Green+Blue) = 118+161+255=534 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.10% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #76A1FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A1FF is #895E00. Grayscale: #9E9E9E. Windows color (decimal): -9002497 or 16753014. OLE color: 16753014.
HSL color Cylindrical-coordinate representation of color #76A1FF: hue angle of 221.17º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76A1FF is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 161 | 255 | - |
| CMYK | 0.54 | 0.37 | 0 | 0 |
| HSL | 221.17º | 1% | 0.73% | - |
| HSV(B) | 221.17º | 0.54% | 1% | - |
| XYZ | 38.27 | 36.56 | 99.65 | - |
| YUV | 158.86 | 182.25 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 161 | 255 | 0.54 | 0.37 | 0 | 0 | 221.17 | 1 | 0.73 |
| Hex | 76 | A1 | FF | 36 | 25 | 0 | 0 | DD | 64 | 49 |
| Octal | 166 | 241 | 377 | 66 | 45 | 0 | 0 | 335 | 144 | 111 |
| Binary | 1110110 | 10100001 | 11111111 | 110110 | 100101 | 0 | 0 | 11011101 | 1100100 | 1001001 |
Color Harmonies of #76A1FF
Complementary color
Monochromatic Colors of #76A1FF
Black with #76A1FF
Text Example
Text Example
White with #76A1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A1FF; }
p { color: rgb(118,161,255); }
H1.HeaderClassName
{
color: #76A1FF;
}
.AnyTagClassName
{
color: #76A1FF;
}
</style>
background-color css
<style>
a { background-color: #76A1FF; }
a { background-color: rgb(118,161,255); }
div.DivClassName
{
background-color: #76A1FF;
}
.BgClassName
{
background-color: #76A1FF;
}
</style>
border-color css
<style>
span { border-color: #76A1FF; }
span { border-color: rgb(118,161,255); }
td.TdClassName
{
border-color: #76A1FF;
}
.TagClassName
{
border-color: #76A1FF;
}
</style>