Shades of Hawkes Blue #CFE0F6
Tints of Hawkes Blue #CFE0F6
RGB
CMYK
RGB Variations
Color information
#CFE0F6 (or 0xCFE0F6) is known color: Hawkes Blue. HEX triplet: CF, E0 and F6. RGB value is (207,224,246). Sum of RGB (Red+Green+Blue) = 207+224+246=677 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.58% from 677); Green value is 224 (87.89% from 255 or 33.09% from 677); Blue value is 246 (96.48% from 255 or 36.34% from 677); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFE0F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE0F6 is #301F09. Grayscale: #DDDDDD. Windows color (decimal): -3153674 or 16179407. OLE color: 16179407.
HSL color Cylindrical-coordinate representation of color #CFE0F6: hue angle of 213.85º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFE0F6 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 224 | 246 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.04 |
| HSL | 213.85º | 0.68% | 0.89% | - |
| HSV(B) | 213.85º | 0.16% | 0.96% | - |
| XYZ | 69.02 | 73.23 | 97.69 | - |
| YUV | 221.43 | 141.87 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 246 | 0.16 | 0.09 | 0 | 0.04 | 213.85 | 0.68 | 0.89 |
| Hex | CF | E0 | F6 | 10 | 9 | 0 | 4 | D6 | 44 | 59 |
| Octal | 317 | 340 | 366 | 20 | 11 | 0 | 4 | 326 | 104 | 131 |
| Binary | 11001111 | 11100000 | 11110110 | 10000 | 1001 | 0 | 100 | 11010110 | 1000100 | 1011001 |
Color Harmonies of #CFE0F6
Complementary color
Monochromatic Colors of #CFE0F6
Black with #CFE0F6
Text Example
Text Example
White with #CFE0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE0F6; }
p { color: rgb(207,224,246); }
H1.HeaderClassName
{
color: #CFE0F6;
}
.AnyTagClassName
{
color: #CFE0F6;
}
</style>
background-color css
<style>
a { background-color: #CFE0F6; }
a { background-color: rgb(207,224,246); }
div.DivClassName
{
background-color: #CFE0F6;
}
.BgClassName
{
background-color: #CFE0F6;
}
</style>
border-color css
<style>
span { border-color: #CFE0F6; }
span { border-color: rgb(207,224,246); }
td.TdClassName
{
border-color: #CFE0F6;
}
.TagClassName
{
border-color: #CFE0F6;
}
</style>