Shades of Hawkes Blue #C7DEFF
Tints of Hawkes Blue #C7DEFF
RGB
CMYK
RGB Variations
Color information
#C7DEFF (or 0xC7DEFF) is known color: Hawkes Blue. HEX triplet: C7, DE and FF. RGB value is (199,222,255). Sum of RGB (Red+Green+Blue) = 199+222+255=676 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.44% from 676); Green value is 222 (87.11% from 255 or 32.84% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7DEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DEFF is #382100. Grayscale: #DADADA. Windows color (decimal): -3678465 or 16768711. OLE color: 16768711.
HSL color Cylindrical-coordinate representation of color #C7DEFF: hue angle of 215.36º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7DEFF is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 222 | 255 | - |
| CMYK | 0.22 | 0.13 | 0 | 0 |
| HSL | 215.36º | 1% | 0.89% | - |
| HSV(B) | 215.36º | 0.22% | 1% | - |
| XYZ | 67.72 | 71.6 | 104.86 | - |
| YUV | 218.89 | 148.38 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 222 | 255 | 0.22 | 0.13 | 0 | 0 | 215.36 | 1 | 0.89 |
| Hex | C7 | DE | FF | 16 | D | 0 | 0 | D7 | 64 | 59 |
| Octal | 307 | 336 | 377 | 26 | 15 | 0 | 0 | 327 | 144 | 131 |
| Binary | 11000111 | 11011110 | 11111111 | 10110 | 1101 | 0 | 0 | 11010111 | 1100100 | 1011001 |
Color Harmonies of #C7DEFF
Complementary color
Monochromatic Colors of #C7DEFF
Black with #C7DEFF
Text Example
Text Example
White with #C7DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DEFF; }
p { color: rgb(199,222,255); }
H1.HeaderClassName
{
color: #C7DEFF;
}
.AnyTagClassName
{
color: #C7DEFF;
}
</style>
background-color css
<style>
a { background-color: #C7DEFF; }
a { background-color: rgb(199,222,255); }
div.DivClassName
{
background-color: #C7DEFF;
}
.BgClassName
{
background-color: #C7DEFF;
}
</style>
border-color css
<style>
span { border-color: #C7DEFF; }
span { border-color: rgb(199,222,255); }
td.TdClassName
{
border-color: #C7DEFF;
}
.TagClassName
{
border-color: #C7DEFF;
}
</style>