Shades of Hawkes Blue #C7DCFE
Tints of Hawkes Blue #C7DCFE
RGB
CMYK
RGB Variations
Color information
#C7DCFE (or 0xC7DCFE) is known color: Hawkes Blue. HEX triplet: C7, DC and FE. RGB value is (199,220,254). Sum of RGB (Red+Green+Blue) = 199+220+254=673 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.57% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7DCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DCFE is #382301. Grayscale: #D9D9D9. Windows color (decimal): -3678978 or 16702663. OLE color: 16702663.
HSL color Cylindrical-coordinate representation of color #C7DCFE: hue angle of 217.09º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7DCFE is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 220 | 254 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.00 |
| HSL | 217.09º | 0.96% | 0.89% | - |
| HSV(B) | 217.09º | 0.22% | 1% | - |
| XYZ | 67.04 | 70.48 | 103.84 | - |
| YUV | 217.6 | 148.54 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 220 | 254 | 0.22 | 0.13 | 0 | 0.00 | 217.09 | 0.96 | 0.89 |
| Hex | C7 | DC | FE | 16 | D | 0 | 0 | D9 | 60 | 59 |
| Octal | 307 | 334 | 376 | 26 | 15 | 0 | 0 | 331 | 140 | 131 |
| Binary | 11000111 | 11011100 | 11111110 | 10110 | 1101 | 0 | 0 | 11011001 | 1100000 | 1011001 |
Color Harmonies of #C7DCFE
Complementary color
Monochromatic Colors of #C7DCFE
Black with #C7DCFE
Text Example
Text Example
White with #C7DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DCFE; }
p { color: rgb(199,220,254); }
H1.HeaderClassName
{
color: #C7DCFE;
}
.AnyTagClassName
{
color: #C7DCFE;
}
</style>
background-color css
<style>
a { background-color: #C7DCFE; }
a { background-color: rgb(199,220,254); }
div.DivClassName
{
background-color: #C7DCFE;
}
.BgClassName
{
background-color: #C7DCFE;
}
</style>
border-color css
<style>
span { border-color: #C7DCFE; }
span { border-color: rgb(199,220,254); }
td.TdClassName
{
border-color: #C7DCFE;
}
.TagClassName
{
border-color: #C7DCFE;
}
</style>