Shades of Hawkes Blue #C7D6FE
Tints of Hawkes Blue #C7D6FE
RGB
CMYK
RGB Variations
Color information
#C7D6FE (or 0xC7D6FE) is known color: Hawkes Blue. HEX triplet: C7, D6 and FE. RGB value is (199,214,254). Sum of RGB (Red+Green+Blue) = 199+214+254=667 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.84% from 667); Green value is 214 (83.98% from 255 or 32.08% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7D6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D6FE is #382901. Grayscale: #D5D5D5. Windows color (decimal): -3680514 or 16701127. OLE color: 16701127.
HSL color Cylindrical-coordinate representation of color #C7D6FE: hue angle of 223.64º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7D6FE is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 214 | 254 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.00 |
| HSL | 223.64º | 0.96% | 0.89% | - |
| HSV(B) | 223.64º | 0.22% | 1% | - |
| XYZ | 65.49 | 67.39 | 103.32 | - |
| YUV | 214.08 | 150.53 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 214 | 254 | 0.22 | 0.16 | 0 | 0.00 | 223.64 | 0.96 | 0.89 |
| Hex | C7 | D6 | FE | 16 | 10 | 0 | 0 | E0 | 60 | 59 |
| Octal | 307 | 326 | 376 | 26 | 20 | 0 | 0 | 340 | 140 | 131 |
| Binary | 11000111 | 11010110 | 11111110 | 10110 | 10000 | 0 | 0 | 11100000 | 1100000 | 1011001 |
Color Harmonies of #C7D6FE
Complementary color
Monochromatic Colors of #C7D6FE
Black with #C7D6FE
Text Example
Text Example
White with #C7D6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D6FE; }
p { color: rgb(199,214,254); }
H1.HeaderClassName
{
color: #C7D6FE;
}
.AnyTagClassName
{
color: #C7D6FE;
}
</style>
background-color css
<style>
a { background-color: #C7D6FE; }
a { background-color: rgb(199,214,254); }
div.DivClassName
{
background-color: #C7D6FE;
}
.BgClassName
{
background-color: #C7D6FE;
}
</style>
border-color css
<style>
span { border-color: #C7D6FE; }
span { border-color: rgb(199,214,254); }
td.TdClassName
{
border-color: #C7D6FE;
}
.TagClassName
{
border-color: #C7D6FE;
}
</style>