Shades of Hawkes Blue #CFE2FB
Tints of Hawkes Blue #CFE2FB
RGB
CMYK
RGB Variations
Color information
#CFE2FB (or 0xCFE2FB) is known color: Hawkes Blue. HEX triplet: CF, E2 and FB. RGB value is (207,226,251). Sum of RGB (Red+Green+Blue) = 207+226+251=684 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.26% from 684); Green value is 226 (88.67% from 255 or 33.04% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFE2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE2FB is #301D04. Grayscale: #DFDFDF. Windows color (decimal): -3153157 or 16507599. OLE color: 16507599.
HSL color Cylindrical-coordinate representation of color #CFE2FB: hue angle of 214.09º 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 #CFE2FB is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 226 | 251 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.02 |
| HSL | 214.09º | 0.85% | 0.9% | - |
| HSV(B) | 214.09º | 0.18% | 0.98% | - |
| XYZ | 70.34 | 74.62 | 101.96 | - |
| YUV | 223.17 | 143.71 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 251 | 0.18 | 0.10 | 0 | 0.02 | 214.09 | 0.85 | 0.9 |
| Hex | CF | E2 | FB | 12 | A | 0 | 2 | D6 | 55 | 5A |
| Octal | 317 | 342 | 373 | 22 | 12 | 0 | 2 | 326 | 125 | 132 |
| Binary | 11001111 | 11100010 | 11111011 | 10010 | 1010 | 0 | 10 | 11010110 | 1010101 | 1011010 |
Color Harmonies of #CFE2FB
Complementary color
Monochromatic Colors of #CFE2FB
Black with #CFE2FB
Text Example
Text Example
White with #CFE2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE2FB; }
p { color: rgb(207,226,251); }
H1.HeaderClassName
{
color: #CFE2FB;
}
.AnyTagClassName
{
color: #CFE2FB;
}
</style>
background-color css
<style>
a { background-color: #CFE2FB; }
a { background-color: rgb(207,226,251); }
div.DivClassName
{
background-color: #CFE2FB;
}
.BgClassName
{
background-color: #CFE2FB;
}
</style>
border-color css
<style>
span { border-color: #CFE2FB; }
span { border-color: rgb(207,226,251); }
td.TdClassName
{
border-color: #CFE2FB;
}
.TagClassName
{
border-color: #CFE2FB;
}
</style>