Shades of Hawkes Blue #C7D9EF
Tints of Hawkes Blue #C7D9EF
RGB
CMYK
RGB Variations
Color information
#C7D9EF (or 0xC7D9EF) is known color: Hawkes Blue. HEX triplet: C7, D9 and EF. RGB value is (199,217,239). Sum of RGB (Red+Green+Blue) = 199+217+239=655 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.38% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #C7D9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D9EF is #382610. Grayscale: #D6D6D6. Windows color (decimal): -3679761 or 15718855. OLE color: 15718855.
HSL color Cylindrical-coordinate representation of color #C7D9EF: hue angle of 213º 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 #C7D9EF is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 217 | 239 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.06 |
| HSL | 213º | 0.56% | 0.86% | - |
| HSV(B) | 213º | 0.17% | 0.94% | - |
| XYZ | 63.95 | 68 | 91.42 | - |
| YUV | 214.13 | 142.04 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 217 | 239 | 0.17 | 0.09 | 0 | 0.06 | 213 | 0.56 | 0.86 |
| Hex | C7 | D9 | EF | 11 | 9 | 0 | 6 | D5 | 38 | 56 |
| Octal | 307 | 331 | 357 | 21 | 11 | 0 | 6 | 325 | 70 | 126 |
| Binary | 11000111 | 11011001 | 11101111 | 10001 | 1001 | 0 | 110 | 11010101 | 111000 | 1010110 |
Color Harmonies of #C7D9EF
Complementary color
Monochromatic Colors of #C7D9EF
Black with #C7D9EF
Text Example
Text Example
White with #C7D9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D9EF; }
p { color: rgb(199,217,239); }
H1.HeaderClassName
{
color: #C7D9EF;
}
.AnyTagClassName
{
color: #C7D9EF;
}
</style>
background-color css
<style>
a { background-color: #C7D9EF; }
a { background-color: rgb(199,217,239); }
div.DivClassName
{
background-color: #C7D9EF;
}
.BgClassName
{
background-color: #C7D9EF;
}
</style>
border-color css
<style>
span { border-color: #C7D9EF; }
span { border-color: rgb(199,217,239); }
td.TdClassName
{
border-color: #C7D9EF;
}
.TagClassName
{
border-color: #C7D9EF;
}
</style>