Shades of Hawkes Blue #CFE1FB
Tints of Hawkes Blue #CFE1FB
RGB
CMYK
RGB Variations
Color information
#CFE1FB (or 0xCFE1FB) is known color: Hawkes Blue. HEX triplet: CF, E1 and FB. RGB value is (207,225,251). Sum of RGB (Red+Green+Blue) = 207+225+251=683 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.31% from 683); Green value is 225 (88.28% from 255 or 32.94% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFE1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE1FB is #301E04. Grayscale: #DEDEDE. Windows color (decimal): -3153413 or 16507343. OLE color: 16507343.
HSL color Cylindrical-coordinate representation of color #CFE1FB: hue angle of 215.45º 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 #CFE1FB is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 225 | 251 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.02 |
| HSL | 215.45º | 0.85% | 0.9% | - |
| HSV(B) | 215.45º | 0.18% | 0.98% | - |
| XYZ | 70.07 | 74.08 | 101.87 | - |
| YUV | 222.58 | 144.04 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 251 | 0.18 | 0.10 | 0 | 0.02 | 215.45 | 0.85 | 0.9 |
| Hex | CF | E1 | FB | 12 | A | 0 | 2 | D7 | 55 | 5A |
| Octal | 317 | 341 | 373 | 22 | 12 | 0 | 2 | 327 | 125 | 132 |
| Binary | 11001111 | 11100001 | 11111011 | 10010 | 1010 | 0 | 10 | 11010111 | 1010101 | 1011010 |
Color Harmonies of #CFE1FB
Complementary color
Monochromatic Colors of #CFE1FB
Black with #CFE1FB
Text Example
Text Example
White with #CFE1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE1FB; }
p { color: rgb(207,225,251); }
H1.HeaderClassName
{
color: #CFE1FB;
}
.AnyTagClassName
{
color: #CFE1FB;
}
</style>
background-color css
<style>
a { background-color: #CFE1FB; }
a { background-color: rgb(207,225,251); }
div.DivClassName
{
background-color: #CFE1FB;
}
.BgClassName
{
background-color: #CFE1FB;
}
</style>
border-color css
<style>
span { border-color: #CFE1FB; }
span { border-color: rgb(207,225,251); }
td.TdClassName
{
border-color: #CFE1FB;
}
.TagClassName
{
border-color: #CFE1FB;
}
</style>