Shades of Hawkes Blue #C7DBFF
Tints of Hawkes Blue #C7DBFF
RGB
CMYK
RGB Variations
Color information
#C7DBFF (or 0xC7DBFF) is known color: Hawkes Blue. HEX triplet: C7, DB and FF. RGB value is (199,219,255). Sum of RGB (Red+Green+Blue) = 199+219+255=673 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.57% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7DBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DBFF is #382400. Grayscale: #D8D8D8. Windows color (decimal): -3679233 or 16767943. OLE color: 16767943.
HSL color Cylindrical-coordinate representation of color #C7DBFF: hue angle of 218.57º 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 #C7DBFF is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 219 | 255 | - |
| CMYK | 0.22 | 0.14 | 0 | 0 |
| HSL | 218.57º | 1% | 0.89% | - |
| HSV(B) | 218.57º | 0.22% | 1% | - |
| XYZ | 66.93 | 70.03 | 104.6 | - |
| YUV | 217.12 | 149.37 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 255 | 0.22 | 0.14 | 0 | 0 | 218.57 | 1 | 0.89 |
| Hex | C7 | DB | FF | 16 | E | 0 | 0 | DB | 64 | 59 |
| Octal | 307 | 333 | 377 | 26 | 16 | 0 | 0 | 333 | 144 | 131 |
| Binary | 11000111 | 11011011 | 11111111 | 10110 | 1110 | 0 | 0 | 11011011 | 1100100 | 1011001 |
Color Harmonies of #C7DBFF
Complementary color
Monochromatic Colors of #C7DBFF
Black with #C7DBFF
Text Example
Text Example
White with #C7DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DBFF; }
p { color: rgb(199,219,255); }
H1.HeaderClassName
{
color: #C7DBFF;
}
.AnyTagClassName
{
color: #C7DBFF;
}
</style>
background-color css
<style>
a { background-color: #C7DBFF; }
a { background-color: rgb(199,219,255); }
div.DivClassName
{
background-color: #C7DBFF;
}
.BgClassName
{
background-color: #C7DBFF;
}
</style>
border-color css
<style>
span { border-color: #C7DBFF; }
span { border-color: rgb(199,219,255); }
td.TdClassName
{
border-color: #C7DBFF;
}
.TagClassName
{
border-color: #C7DBFF;
}
</style>