Shades of Cornflower Blue #77A6FF
Tints of Cornflower Blue #77A6FF
RGB
CMYK
RGB Variations
Color information
#77A6FF (or 0x77A6FF) is known color: Cornflower Blue. HEX triplet: 77, A6 and FF. RGB value is (119,166,255). Sum of RGB (Red+Green+Blue) = 119+166+255=540 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.04% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #77A6FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A6FF is #885900. Grayscale: #A1A1A1. Windows color (decimal): -8935681 or 16754295. OLE color: 16754295.
HSL color Cylindrical-coordinate representation of color #77A6FF: hue angle of 219.26º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77A6FF is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 166 | 255 | - |
| CMYK | 0.53 | 0.35 | 0 | 0 |
| HSL | 219.26º | 1% | 0.73% | - |
| HSV(B) | 219.26º | 0.53% | 1% | - |
| XYZ | 39.29 | 38.41 | 99.95 | - |
| YUV | 162.09 | 180.43 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 166 | 255 | 0.53 | 0.35 | 0 | 0 | 219.26 | 1 | 0.73 |
| Hex | 77 | A6 | FF | 35 | 23 | 0 | 0 | DB | 64 | 49 |
| Octal | 167 | 246 | 377 | 65 | 43 | 0 | 0 | 333 | 144 | 111 |
| Binary | 1110111 | 10100110 | 11111111 | 110101 | 100011 | 0 | 0 | 11011011 | 1100100 | 1001001 |
Color Harmonies of #77A6FF
Complementary color
Monochromatic Colors of #77A6FF
Black with #77A6FF
Text Example
Text Example
White with #77A6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A6FF; }
p { color: rgb(119,166,255); }
H1.HeaderClassName
{
color: #77A6FF;
}
.AnyTagClassName
{
color: #77A6FF;
}
</style>
background-color css
<style>
a { background-color: #77A6FF; }
a { background-color: rgb(119,166,255); }
div.DivClassName
{
background-color: #77A6FF;
}
.BgClassName
{
background-color: #77A6FF;
}
</style>
border-color css
<style>
span { border-color: #77A6FF; }
span { border-color: rgb(119,166,255); }
td.TdClassName
{
border-color: #77A6FF;
}
.TagClassName
{
border-color: #77A6FF;
}
</style>