Shades of Hawkes Blue #C7D3FB
Tints of Hawkes Blue #C7D3FB
RGB
CMYK
RGB Variations
Color information
#C7D3FB (or 0xC7D3FB) is known color: Hawkes Blue. HEX triplet: C7, D3 and FB. RGB value is (199,211,251). Sum of RGB (Red+Green+Blue) = 199+211+251=661 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.11% from 661); Green value is 211 (82.81% from 255 or 31.92% from 661); Blue value is 251 (98.44% from 255 or 37.97% from 661); Max value from RGB is 251 - color contains mainly: blue. Hex color #C7D3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D3FB is #382C04. Grayscale: #D3D3D3. Windows color (decimal): -3681285 or 16503751. OLE color: 16503751.
HSL color Cylindrical-coordinate representation of color #C7D3FB: hue angle of 226.15º 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 #C7D3FB is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 211 | 251 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.02 |
| HSL | 226.15º | 0.87% | 0.88% | - |
| HSV(B) | 226.15º | 0.21% | 0.98% | - |
| XYZ | 64.26 | 65.7 | 100.56 | - |
| YUV | 211.97 | 150.02 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 211 | 251 | 0.21 | 0.16 | 0 | 0.02 | 226.15 | 0.87 | 0.88 |
| Hex | C7 | D3 | FB | 15 | 10 | 0 | 2 | E2 | 57 | 58 |
| Octal | 307 | 323 | 373 | 25 | 20 | 0 | 2 | 342 | 127 | 130 |
| Binary | 11000111 | 11010011 | 11111011 | 10101 | 10000 | 0 | 10 | 11100010 | 1010111 | 1011000 |
Color Harmonies of #C7D3FB
Complementary color
Monochromatic Colors of #C7D3FB
Black with #C7D3FB
Text Example
Text Example
White with #C7D3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D3FB; }
p { color: rgb(199,211,251); }
H1.HeaderClassName
{
color: #C7D3FB;
}
.AnyTagClassName
{
color: #C7D3FB;
}
</style>
background-color css
<style>
a { background-color: #C7D3FB; }
a { background-color: rgb(199,211,251); }
div.DivClassName
{
background-color: #C7D3FB;
}
.BgClassName
{
background-color: #C7D3FB;
}
</style>
border-color css
<style>
span { border-color: #C7D3FB; }
span { border-color: rgb(199,211,251); }
td.TdClassName
{
border-color: #C7D3FB;
}
.TagClassName
{
border-color: #C7D3FB;
}
</style>