Shades of Hawkes Blue #C7D7EF
Tints of Hawkes Blue #C7D7EF
RGB
CMYK
RGB Variations
Color information
#C7D7EF (or 0xC7D7EF) is known color: Hawkes Blue. HEX triplet: C7, D7 and EF. RGB value is (199,215,239). Sum of RGB (Red+Green+Blue) = 199+215+239=653 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.47% from 653); Green value is 215 (84.38% from 255 or 32.92% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #C7D7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D7EF is #382810. Grayscale: #D4D4D4. Windows color (decimal): -3680273 or 15718343. OLE color: 15718343.
HSL color Cylindrical-coordinate representation of color #C7D7EF: hue angle of 216º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7D7EF is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 215 | 239 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.06 |
| HSL | 216º | 0.56% | 0.86% | - |
| HSV(B) | 216º | 0.17% | 0.94% | - |
| XYZ | 63.43 | 66.97 | 91.25 | - |
| YUV | 212.95 | 142.7 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 215 | 239 | 0.17 | 0.10 | 0 | 0.06 | 216 | 0.56 | 0.86 |
| Hex | C7 | D7 | EF | 11 | A | 0 | 6 | D8 | 38 | 56 |
| Octal | 307 | 327 | 357 | 21 | 12 | 0 | 6 | 330 | 70 | 126 |
| Binary | 11000111 | 11010111 | 11101111 | 10001 | 1010 | 0 | 110 | 11011000 | 111000 | 1010110 |
Color Harmonies of #C7D7EF
Complementary color
Monochromatic Colors of #C7D7EF
Black with #C7D7EF
Text Example
Text Example
White with #C7D7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D7EF; }
p { color: rgb(199,215,239); }
H1.HeaderClassName
{
color: #C7D7EF;
}
.AnyTagClassName
{
color: #C7D7EF;
}
</style>
background-color css
<style>
a { background-color: #C7D7EF; }
a { background-color: rgb(199,215,239); }
div.DivClassName
{
background-color: #C7D7EF;
}
.BgClassName
{
background-color: #C7D7EF;
}
</style>
border-color css
<style>
span { border-color: #C7D7EF; }
span { border-color: rgb(199,215,239); }
td.TdClassName
{
border-color: #C7D7EF;
}
.TagClassName
{
border-color: #C7D7EF;
}
</style>