Shades of Cornflower Blue #76A5FF
Tints of Cornflower Blue #76A5FF
RGB
CMYK
RGB Variations
Color information
#76A5FF (or 0x76A5FF) is known color: Cornflower Blue. HEX triplet: 76, A5 and FF. RGB value is (118,165,255). Sum of RGB (Red+Green+Blue) = 118+165+255=538 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.93% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #76A5FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A5FF is #895A00. Grayscale: #A0A0A0. Windows color (decimal): -9001473 or 16754038. OLE color: 16754038.
HSL color Cylindrical-coordinate representation of color #76A5FF: hue angle of 219.42º 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 #76A5FF is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 165 | 255 | - |
| CMYK | 0.54 | 0.35 | 0 | 0 |
| HSL | 219.42º | 1% | 0.73% | - |
| HSV(B) | 219.42º | 0.54% | 1% | - |
| XYZ | 38.98 | 37.98 | 99.88 | - |
| YUV | 161.21 | 180.93 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 165 | 255 | 0.54 | 0.35 | 0 | 0 | 219.42 | 1 | 0.73 |
| Hex | 76 | A5 | FF | 36 | 23 | 0 | 0 | DB | 64 | 49 |
| Octal | 166 | 245 | 377 | 66 | 43 | 0 | 0 | 333 | 144 | 111 |
| Binary | 1110110 | 10100101 | 11111111 | 110110 | 100011 | 0 | 0 | 11011011 | 1100100 | 1001001 |
Color Harmonies of #76A5FF
Complementary color
Monochromatic Colors of #76A5FF
Black with #76A5FF
Text Example
Text Example
White with #76A5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A5FF; }
p { color: rgb(118,165,255); }
H1.HeaderClassName
{
color: #76A5FF;
}
.AnyTagClassName
{
color: #76A5FF;
}
</style>
background-color css
<style>
a { background-color: #76A5FF; }
a { background-color: rgb(118,165,255); }
div.DivClassName
{
background-color: #76A5FF;
}
.BgClassName
{
background-color: #76A5FF;
}
</style>
border-color css
<style>
span { border-color: #76A5FF; }
span { border-color: rgb(118,165,255); }
td.TdClassName
{
border-color: #76A5FF;
}
.TagClassName
{
border-color: #76A5FF;
}
</style>