Shades of Hawkes Blue #C7DBF0
Tints of Hawkes Blue #C7DBF0
RGB
CMYK
RGB Variations
Color information
#C7DBF0 (or 0xC7DBF0) is known color: Hawkes Blue. HEX triplet: C7, DB and F0. RGB value is (199,219,240). Sum of RGB (Red+Green+Blue) = 199+219+240=658 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.24% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 240 - color contains mainly: blue. Hex color #C7DBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DBF0 is #38240F. Grayscale: #D7D7D7. Windows color (decimal): -3679248 or 15784903. OLE color: 15784903.
HSL color Cylindrical-coordinate representation of color #C7DBF0: hue angle of 210.73º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7DBF0 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 219 | 240 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.06 |
| HSL | 210.73º | 0.58% | 0.86% | - |
| HSV(B) | 210.73º | 0.17% | 0.94% | - |
| XYZ | 64.61 | 69.1 | 92.37 | - |
| YUV | 215.41 | 141.87 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 240 | 0.17 | 0.09 | 0 | 0.06 | 210.73 | 0.58 | 0.86 |
| Hex | C7 | DB | F0 | 11 | 9 | 0 | 6 | D3 | 3A | 56 |
| Octal | 307 | 333 | 360 | 21 | 11 | 0 | 6 | 323 | 72 | 126 |
| Binary | 11000111 | 11011011 | 11110000 | 10001 | 1001 | 0 | 110 | 11010011 | 111010 | 1010110 |
Color Harmonies of #C7DBF0
Complementary color
Monochromatic Colors of #C7DBF0
Black with #C7DBF0
Text Example
Text Example
White with #C7DBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DBF0; }
p { color: rgb(199,219,240); }
H1.HeaderClassName
{
color: #C7DBF0;
}
.AnyTagClassName
{
color: #C7DBF0;
}
</style>
background-color css
<style>
a { background-color: #C7DBF0; }
a { background-color: rgb(199,219,240); }
div.DivClassName
{
background-color: #C7DBF0;
}
.BgClassName
{
background-color: #C7DBF0;
}
</style>
border-color css
<style>
span { border-color: #C7DBF0; }
span { border-color: rgb(199,219,240); }
td.TdClassName
{
border-color: #C7DBF0;
}
.TagClassName
{
border-color: #C7DBF0;
}
</style>