Shades of Hawkes Blue #C7D5FB
Tints of Hawkes Blue #C7D5FB
RGB
CMYK
RGB Variations
Color information
#C7D5FB (or 0xC7D5FB) is known color: Hawkes Blue. HEX triplet: C7, D5 and FB. RGB value is (199,213,251). Sum of RGB (Red+Green+Blue) = 199+213+251=663 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.02% from 663); Green value is 213 (83.59% from 255 or 32.13% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #C7D5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D5FB is #382A04. Grayscale: #D4D4D4. Windows color (decimal): -3680773 or 16504263. OLE color: 16504263.
HSL color Cylindrical-coordinate representation of color #C7D5FB: hue angle of 223.85º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7D5FB is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 213 | 251 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.02 |
| HSL | 223.85º | 0.87% | 0.88% | - |
| HSV(B) | 223.85º | 0.21% | 0.98% | - |
| XYZ | 64.76 | 66.7 | 100.73 | - |
| YUV | 213.15 | 149.36 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 213 | 251 | 0.21 | 0.15 | 0 | 0.02 | 223.85 | 0.87 | 0.88 |
| Hex | C7 | D5 | FB | 15 | F | 0 | 2 | E0 | 57 | 58 |
| Octal | 307 | 325 | 373 | 25 | 17 | 0 | 2 | 340 | 127 | 130 |
| Binary | 11000111 | 11010101 | 11111011 | 10101 | 1111 | 0 | 10 | 11100000 | 1010111 | 1011000 |
Color Harmonies of #C7D5FB
Complementary color
Monochromatic Colors of #C7D5FB
Black with #C7D5FB
Text Example
Text Example
White with #C7D5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D5FB; }
p { color: rgb(199,213,251); }
H1.HeaderClassName
{
color: #C7D5FB;
}
.AnyTagClassName
{
color: #C7D5FB;
}
</style>
background-color css
<style>
a { background-color: #C7D5FB; }
a { background-color: rgb(199,213,251); }
div.DivClassName
{
background-color: #C7D5FB;
}
.BgClassName
{
background-color: #C7D5FB;
}
</style>
border-color css
<style>
span { border-color: #C7D5FB; }
span { border-color: rgb(199,213,251); }
td.TdClassName
{
border-color: #C7D5FB;
}
.TagClassName
{
border-color: #C7D5FB;
}
</style>