Shades of Hawkes Blue #C7D8FD
Tints of Hawkes Blue #C7D8FD
RGB
CMYK
RGB Variations
Color information
#C7D8FD (or 0xC7D8FD) is known color: Hawkes Blue. HEX triplet: C7, D8 and FD. RGB value is (199,216,253). Sum of RGB (Red+Green+Blue) = 199+216+253=668 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.79% from 668); Green value is 216 (84.77% from 255 or 32.34% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7D8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D8FD is #382702. Grayscale: #D6D6D6. Windows color (decimal): -3680003 or 16636103. OLE color: 16636103.
HSL color Cylindrical-coordinate representation of color #C7D8FD: hue angle of 221.11º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7D8FD is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 216 | 253 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.01 |
| HSL | 221.11º | 0.93% | 0.89% | - |
| HSV(B) | 221.11º | 0.21% | 0.99% | - |
| XYZ | 65.84 | 68.35 | 102.65 | - |
| YUV | 215.14 | 149.37 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 216 | 253 | 0.21 | 0.15 | 0 | 0.01 | 221.11 | 0.93 | 0.89 |
| Hex | C7 | D8 | FD | 15 | F | 0 | 1 | DD | 5D | 59 |
| Octal | 307 | 330 | 375 | 25 | 17 | 0 | 1 | 335 | 135 | 131 |
| Binary | 11000111 | 11011000 | 11111101 | 10101 | 1111 | 0 | 1 | 11011101 | 1011101 | 1011001 |
Color Harmonies of #C7D8FD
Complementary color
Monochromatic Colors of #C7D8FD
Black with #C7D8FD
Text Example
Text Example
White with #C7D8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D8FD; }
p { color: rgb(199,216,253); }
H1.HeaderClassName
{
color: #C7D8FD;
}
.AnyTagClassName
{
color: #C7D8FD;
}
</style>
background-color css
<style>
a { background-color: #C7D8FD; }
a { background-color: rgb(199,216,253); }
div.DivClassName
{
background-color: #C7D8FD;
}
.BgClassName
{
background-color: #C7D8FD;
}
</style>
border-color css
<style>
span { border-color: #C7D8FD; }
span { border-color: rgb(199,216,253); }
td.TdClassName
{
border-color: #C7D8FD;
}
.TagClassName
{
border-color: #C7D8FD;
}
</style>