Shades of Hawkes Blue #CFD7FB
Tints of Hawkes Blue #CFD7FB
RGB
CMYK
RGB Variations
Color information
#CFD7FB (or 0xCFD7FB) is known color: Hawkes Blue. HEX triplet: CF, D7 and FB. RGB value is (207,215,251). Sum of RGB (Red+Green+Blue) = 207+215+251=673 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.76% from 673); Green value is 215 (84.38% from 255 or 31.95% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFD7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD7FB is #302804. Grayscale: #D8D8D8. Windows color (decimal): -3155973 or 16504783. OLE color: 16504783.
HSL color Cylindrical-coordinate representation of color #CFD7FB: hue angle of 229.09º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFD7FB is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 215 | 251 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.02 |
| HSL | 229.09º | 0.85% | 0.9% | - |
| HSV(B) | 229.09º | 0.18% | 0.98% | - |
| XYZ | 67.45 | 68.83 | 101 | - |
| YUV | 216.71 | 147.35 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 251 | 0.18 | 0.14 | 0 | 0.02 | 229.09 | 0.85 | 0.9 |
| Hex | CF | D7 | FB | 12 | E | 0 | 2 | E5 | 55 | 5A |
| Octal | 317 | 327 | 373 | 22 | 16 | 0 | 2 | 345 | 125 | 132 |
| Binary | 11001111 | 11010111 | 11111011 | 10010 | 1110 | 0 | 10 | 11100101 | 1010101 | 1011010 |
Color Harmonies of #CFD7FB
Complementary color
Monochromatic Colors of #CFD7FB
Black with #CFD7FB
Text Example
Text Example
White with #CFD7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD7FB; }
p { color: rgb(207,215,251); }
H1.HeaderClassName
{
color: #CFD7FB;
}
.AnyTagClassName
{
color: #CFD7FB;
}
</style>
background-color css
<style>
a { background-color: #CFD7FB; }
a { background-color: rgb(207,215,251); }
div.DivClassName
{
background-color: #CFD7FB;
}
.BgClassName
{
background-color: #CFD7FB;
}
</style>
border-color css
<style>
span { border-color: #CFD7FB; }
span { border-color: rgb(207,215,251); }
td.TdClassName
{
border-color: #CFD7FB;
}
.TagClassName
{
border-color: #CFD7FB;
}
</style>