Shades of Hawkes Blue #CFE0F7
Tints of Hawkes Blue #CFE0F7
RGB
CMYK
RGB Variations
Color information
#CFE0F7 (or 0xCFE0F7) is known color: Hawkes Blue. HEX triplet: CF, E0 and F7. RGB value is (207,224,247). Sum of RGB (Red+Green+Blue) = 207+224+247=678 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.53% from 678); Green value is 224 (87.89% from 255 or 33.04% from 678); Blue value is 247 (96.88% from 255 or 36.43% from 678); Max value from RGB is 247 - color contains mainly: blue. Hex color #CFE0F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE0F7 is #301F08. Grayscale: #DDDDDD. Windows color (decimal): -3153673 or 16244943. OLE color: 16244943.
HSL color Cylindrical-coordinate representation of color #CFE0F7: hue angle of 214.5º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFE0F7 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 224 | 247 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.03 |
| HSL | 214.5º | 0.71% | 0.89% | - |
| HSV(B) | 214.5º | 0.16% | 0.97% | - |
| XYZ | 69.18 | 73.29 | 98.5 | - |
| YUV | 221.54 | 142.37 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 247 | 0.16 | 0.09 | 0 | 0.03 | 214.5 | 0.71 | 0.89 |
| Hex | CF | E0 | F7 | 10 | 9 | 0 | 3 | D6 | 47 | 59 |
| Octal | 317 | 340 | 367 | 20 | 11 | 0 | 3 | 326 | 107 | 131 |
| Binary | 11001111 | 11100000 | 11110111 | 10000 | 1001 | 0 | 11 | 11010110 | 1000111 | 1011001 |
Color Harmonies of #CFE0F7
Complementary color
Monochromatic Colors of #CFE0F7
Black with #CFE0F7
Text Example
Text Example
White with #CFE0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE0F7; }
p { color: rgb(207,224,247); }
H1.HeaderClassName
{
color: #CFE0F7;
}
.AnyTagClassName
{
color: #CFE0F7;
}
</style>
background-color css
<style>
a { background-color: #CFE0F7; }
a { background-color: rgb(207,224,247); }
div.DivClassName
{
background-color: #CFE0F7;
}
.BgClassName
{
background-color: #CFE0F7;
}
</style>
border-color css
<style>
span { border-color: #CFE0F7; }
span { border-color: rgb(207,224,247); }
td.TdClassName
{
border-color: #CFE0F7;
}
.TagClassName
{
border-color: #CFE0F7;
}
</style>