Shades of Hawkes Blue #C7DAFE
Tints of Hawkes Blue #C7DAFE
RGB
CMYK
RGB Variations
Color information
#C7DAFE (or 0xC7DAFE) is known color: Hawkes Blue. HEX triplet: C7, DA and FE. RGB value is (199,218,254). Sum of RGB (Red+Green+Blue) = 199+218+254=671 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.66% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7DAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DAFE is #382501. Grayscale: #D8D8D8. Windows color (decimal): -3679490 or 16702151. OLE color: 16702151.
HSL color Cylindrical-coordinate representation of color #C7DAFE: hue angle of 219.27º 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 #C7DAFE is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 218 | 254 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.00 |
| HSL | 219.27º | 0.96% | 0.89% | - |
| HSV(B) | 219.27º | 0.22% | 1% | - |
| XYZ | 66.51 | 69.44 | 103.66 | - |
| YUV | 216.42 | 149.21 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 218 | 254 | 0.22 | 0.14 | 0 | 0.00 | 219.27 | 0.96 | 0.89 |
| Hex | C7 | DA | FE | 16 | E | 0 | 0 | DB | 60 | 59 |
| Octal | 307 | 332 | 376 | 26 | 16 | 0 | 0 | 333 | 140 | 131 |
| Binary | 11000111 | 11011010 | 11111110 | 10110 | 1110 | 0 | 0 | 11011011 | 1100000 | 1011001 |
Color Harmonies of #C7DAFE
Complementary color
Monochromatic Colors of #C7DAFE
Black with #C7DAFE
Text Example
Text Example
White with #C7DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DAFE; }
p { color: rgb(199,218,254); }
H1.HeaderClassName
{
color: #C7DAFE;
}
.AnyTagClassName
{
color: #C7DAFE;
}
</style>
background-color css
<style>
a { background-color: #C7DAFE; }
a { background-color: rgb(199,218,254); }
div.DivClassName
{
background-color: #C7DAFE;
}
.BgClassName
{
background-color: #C7DAFE;
}
</style>
border-color css
<style>
span { border-color: #C7DAFE; }
span { border-color: rgb(199,218,254); }
td.TdClassName
{
border-color: #C7DAFE;
}
.TagClassName
{
border-color: #C7DAFE;
}
</style>