Shades of Hawkes Blue #CFE2FA
Tints of Hawkes Blue #CFE2FA
RGB
CMYK
RGB Variations
Color information
#CFE2FA (or 0xCFE2FA) is known color: Hawkes Blue. HEX triplet: CF, E2 and FA. RGB value is (207,226,250). Sum of RGB (Red+Green+Blue) = 207+226+250=683 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.31% from 683); Green value is 226 (88.67% from 255 or 33.09% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFE2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE2FA is #301D05. Grayscale: #DEDEDE. Windows color (decimal): -3153158 or 16442063. OLE color: 16442063.
HSL color Cylindrical-coordinate representation of color #CFE2FA: hue angle of 213.49º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFE2FA is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 226 | 250 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.02 |
| HSL | 213.49º | 0.81% | 0.9% | - |
| HSV(B) | 213.49º | 0.17% | 0.98% | - |
| XYZ | 70.18 | 74.56 | 101.14 | - |
| YUV | 223.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 250 | 0.17 | 0.10 | 0 | 0.02 | 213.49 | 0.81 | 0.9 |
| Hex | CF | E2 | FA | 11 | A | 0 | 2 | D5 | 51 | 5A |
| Octal | 317 | 342 | 372 | 21 | 12 | 0 | 2 | 325 | 121 | 132 |
| Binary | 11001111 | 11100010 | 11111010 | 10001 | 1010 | 0 | 10 | 11010101 | 1010001 | 1011010 |
Color Harmonies of #CFE2FA
Complementary color
Monochromatic Colors of #CFE2FA
Black with #CFE2FA
Text Example
Text Example
White with #CFE2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE2FA; }
p { color: rgb(207,226,250); }
H1.HeaderClassName
{
color: #CFE2FA;
}
.AnyTagClassName
{
color: #CFE2FA;
}
</style>
background-color css
<style>
a { background-color: #CFE2FA; }
a { background-color: rgb(207,226,250); }
div.DivClassName
{
background-color: #CFE2FA;
}
.BgClassName
{
background-color: #CFE2FA;
}
</style>
border-color css
<style>
span { border-color: #CFE2FA; }
span { border-color: rgb(207,226,250); }
td.TdClassName
{
border-color: #CFE2FA;
}
.TagClassName
{
border-color: #CFE2FA;
}
</style>