Shades of Hawkes Blue #C7D9FF
Tints of Hawkes Blue #C7D9FF
RGB
CMYK
RGB Variations
Color information
#C7D9FF (or 0xC7D9FF) is known color: Hawkes Blue. HEX triplet: C7, D9 and FF. RGB value is (199,217,255). Sum of RGB (Red+Green+Blue) = 199+217+255=671 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.66% from 671); Green value is 217 (85.16% from 255 or 32.34% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7D9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D9FF is #382600. Grayscale: #D7D7D7. Windows color (decimal): -3679745 or 16767431. OLE color: 16767431.
HSL color Cylindrical-coordinate representation of color #C7D9FF: hue angle of 220.71º 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 #C7D9FF is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 199 | 217 | 255 | - |
CMYK | 0.22 | 0.15 | 0 | 0 |
HSL | 220.71º | 1% | 0.89% | - |
HSV(B) | 220.71º | 0.22% | 1% | - |
XYZ | 66.42 | 68.99 | 104.42 | - |
YUV | 215.95 | 150.04 | 115.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 217 | 255 | 0.22 | 0.15 | 0 | 0 | 220.71 | 1 | 0.89 |
Hex | C7 | D9 | FF | 16 | F | 0 | 0 | DD | 64 | 59 |
Octal | 307 | 331 | 377 | 26 | 17 | 0 | 0 | 335 | 144 | 131 |
Binary | 11000111 | 11011001 | 11111111 | 10110 | 1111 | 0 | 0 | 11011101 | 1100100 | 1011001 |
Color Harmonies of #C7D9FF
Complementary color
Monochromatic Colors of #C7D9FF
Black with #C7D9FF
Text Example
Text Example
White with #C7D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D9FF; }
p { color: rgb(199,217,255); }
H1.HeaderClassName
{
color: #C7D9FF;
}
.AnyTagClassName
{
color: #C7D9FF;
}
</style>
background-color css
<style>
a { background-color: #C7D9FF; }
a { background-color: rgb(199,217,255); }
div.DivClassName
{
background-color: #C7D9FF;
}
.BgClassName
{
background-color: #C7D9FF;
}
</style>
border-color css
<style>
span { border-color: #C7D9FF; }
span { border-color: rgb(199,217,255); }
td.TdClassName
{
border-color: #C7D9FF;
}
.TagClassName
{
border-color: #C7D9FF;
}
</style>