Shades of Hawkes Blue #CFE1F8
Tints of Hawkes Blue #CFE1F8
RGB
CMYK
RGB Variations
Color information
#CFE1F8 (or 0xCFE1F8) is known color: Hawkes Blue. HEX triplet: CF, E1 and F8. RGB value is (207,225,248). Sum of RGB (Red+Green+Blue) = 207+225+248=680 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.44% from 680); Green value is 225 (88.28% from 255 or 33.09% from 680); Blue value is 248 (97.27% from 255 or 36.47% from 680); Max value from RGB is 248 - color contains mainly: blue. Hex color #CFE1F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE1F8 is #301E07. Grayscale: #DEDEDE. Windows color (decimal): -3153416 or 16310735. OLE color: 16310735.
HSL color Cylindrical-coordinate representation of color #CFE1F8: hue angle of 213.66º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFE1F8 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 225 | 248 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.03 |
| HSL | 213.66º | 0.75% | 0.89% | - |
| HSV(B) | 213.66º | 0.17% | 0.97% | - |
| XYZ | 69.6 | 73.89 | 99.4 | - |
| YUV | 222.24 | 142.54 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 248 | 0.17 | 0.09 | 0 | 0.03 | 213.66 | 0.75 | 0.89 |
| Hex | CF | E1 | F8 | 11 | 9 | 0 | 3 | D6 | 4B | 59 |
| Octal | 317 | 341 | 370 | 21 | 11 | 0 | 3 | 326 | 113 | 131 |
| Binary | 11001111 | 11100001 | 11111000 | 10001 | 1001 | 0 | 11 | 11010110 | 1001011 | 1011001 |
Color Harmonies of #CFE1F8
Complementary color
Monochromatic Colors of #CFE1F8
Black with #CFE1F8
Text Example
Text Example
White with #CFE1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE1F8; }
p { color: rgb(207,225,248); }
H1.HeaderClassName
{
color: #CFE1F8;
}
.AnyTagClassName
{
color: #CFE1F8;
}
</style>
background-color css
<style>
a { background-color: #CFE1F8; }
a { background-color: rgb(207,225,248); }
div.DivClassName
{
background-color: #CFE1F8;
}
.BgClassName
{
background-color: #CFE1F8;
}
</style>
border-color css
<style>
span { border-color: #CFE1F8; }
span { border-color: rgb(207,225,248); }
td.TdClassName
{
border-color: #CFE1F8;
}
.TagClassName
{
border-color: #CFE1F8;
}
</style>