Shades of Hawkes Blue #C7DCFD
Tints of Hawkes Blue #C7DCFD
RGB
CMYK
RGB Variations
Color information
#C7DCFD (or 0xC7DCFD) is known color: Hawkes Blue. HEX triplet: C7, DC and FD. RGB value is (199,220,253). Sum of RGB (Red+Green+Blue) = 199+220+253=672 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.61% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7DCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DCFD is #382302. Grayscale: #D9D9D9. Windows color (decimal): -3678979 or 16637127. OLE color: 16637127.
HSL color Cylindrical-coordinate representation of color #C7DCFD: hue angle of 216.67º 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 #C7DCFD is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 220 | 253 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.01 |
| HSL | 216.67º | 0.93% | 0.89% | - |
| HSV(B) | 216.67º | 0.21% | 0.99% | - |
| XYZ | 66.88 | 70.42 | 103 | - |
| YUV | 217.48 | 148.04 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 220 | 253 | 0.21 | 0.13 | 0 | 0.01 | 216.67 | 0.93 | 0.89 |
| Hex | C7 | DC | FD | 15 | D | 0 | 1 | D9 | 5D | 59 |
| Octal | 307 | 334 | 375 | 25 | 15 | 0 | 1 | 331 | 135 | 131 |
| Binary | 11000111 | 11011100 | 11111101 | 10101 | 1101 | 0 | 1 | 11011001 | 1011101 | 1011001 |
Color Harmonies of #C7DCFD
Complementary color
Monochromatic Colors of #C7DCFD
Black with #C7DCFD
Text Example
Text Example
White with #C7DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DCFD; }
p { color: rgb(199,220,253); }
H1.HeaderClassName
{
color: #C7DCFD;
}
.AnyTagClassName
{
color: #C7DCFD;
}
</style>
background-color css
<style>
a { background-color: #C7DCFD; }
a { background-color: rgb(199,220,253); }
div.DivClassName
{
background-color: #C7DCFD;
}
.BgClassName
{
background-color: #C7DCFD;
}
</style>
border-color css
<style>
span { border-color: #C7DCFD; }
span { border-color: rgb(199,220,253); }
td.TdClassName
{
border-color: #C7DCFD;
}
.TagClassName
{
border-color: #C7DCFD;
}
</style>