Shades of Hawkes Blue #CFE1FE
Tints of Hawkes Blue #CFE1FE
RGB
CMYK
RGB Variations
Color information
#CFE1FE (or 0xCFE1FE) is known color: Hawkes Blue. HEX triplet: CF, E1 and FE. RGB value is (207,225,254). Sum of RGB (Red+Green+Blue) = 207+225+254=686 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.17% from 686); Green value is 225 (88.28% from 255 or 32.80% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFE1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE1FE is #301E01. Grayscale: #DEDEDE. Windows color (decimal): -3153410 or 16703951. OLE color: 16703951.
HSL color Cylindrical-coordinate representation of color #CFE1FE: hue angle of 217.02º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFE1FE is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 225 | 254 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.00 |
| HSL | 217.02º | 0.96% | 0.9% | - |
| HSV(B) | 217.02º | 0.19% | 1% | - |
| XYZ | 70.55 | 74.27 | 104.38 | - |
| YUV | 222.92 | 145.54 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 254 | 0.19 | 0.11 | 0 | 0.00 | 217.02 | 0.96 | 0.9 |
| Hex | CF | E1 | FE | 13 | B | 0 | 0 | D9 | 60 | 5A |
| Octal | 317 | 341 | 376 | 23 | 13 | 0 | 0 | 331 | 140 | 132 |
| Binary | 11001111 | 11100001 | 11111110 | 10011 | 1011 | 0 | 0 | 11011001 | 1100000 | 1011010 |
Color Harmonies of #CFE1FE
Complementary color
Monochromatic Colors of #CFE1FE
Black with #CFE1FE
Text Example
Text Example
White with #CFE1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE1FE; }
p { color: rgb(207,225,254); }
H1.HeaderClassName
{
color: #CFE1FE;
}
.AnyTagClassName
{
color: #CFE1FE;
}
</style>
background-color css
<style>
a { background-color: #CFE1FE; }
a { background-color: rgb(207,225,254); }
div.DivClassName
{
background-color: #CFE1FE;
}
.BgClassName
{
background-color: #CFE1FE;
}
</style>
border-color css
<style>
span { border-color: #CFE1FE; }
span { border-color: rgb(207,225,254); }
td.TdClassName
{
border-color: #CFE1FE;
}
.TagClassName
{
border-color: #CFE1FE;
}
</style>