Shades of Hawkes Blue #C7DAFF
Tints of Hawkes Blue #C7DAFF
RGB
CMYK
RGB Variations
Color information
#C7DAFF (or 0xC7DAFF) is known color: Hawkes Blue. HEX triplet: C7, DA and FF. RGB value is (199,218,255). Sum of RGB (Red+Green+Blue) = 199+218+255=672 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.61% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DAFF is #382500. Grayscale: #D8D8D8. Windows color (decimal): -3679489 or 16767687. OLE color: 16767687.
HSL color Cylindrical-coordinate representation of color #C7DAFF: hue angle of 219.64º 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 #C7DAFF is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 218 | 255 | - |
| CMYK | 0.22 | 0.15 | 0 | 0 |
| HSL | 219.64º | 1% | 0.89% | - |
| HSV(B) | 219.64º | 0.22% | 1% | - |
| XYZ | 66.67 | 69.5 | 104.51 | - |
| YUV | 216.54 | 149.71 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 218 | 255 | 0.22 | 0.15 | 0 | 0 | 219.64 | 1 | 0.89 |
| Hex | C7 | DA | FF | 16 | F | 0 | 0 | DC | 64 | 59 |
| Octal | 307 | 332 | 377 | 26 | 17 | 0 | 0 | 334 | 144 | 131 |
| Binary | 11000111 | 11011010 | 11111111 | 10110 | 1111 | 0 | 0 | 11011100 | 1100100 | 1011001 |
Color Harmonies of #C7DAFF
Complementary color
Monochromatic Colors of #C7DAFF
Black with #C7DAFF
Text Example
Text Example
White with #C7DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DAFF; }
p { color: rgb(199,218,255); }
H1.HeaderClassName
{
color: #C7DAFF;
}
.AnyTagClassName
{
color: #C7DAFF;
}
</style>
background-color css
<style>
a { background-color: #C7DAFF; }
a { background-color: rgb(199,218,255); }
div.DivClassName
{
background-color: #C7DAFF;
}
.BgClassName
{
background-color: #C7DAFF;
}
</style>
border-color css
<style>
span { border-color: #C7DAFF; }
span { border-color: rgb(199,218,255); }
td.TdClassName
{
border-color: #C7DAFF;
}
.TagClassName
{
border-color: #C7DAFF;
}
</style>