Shades of Hawkes Blue #CFE2FE
Tints of Hawkes Blue #CFE2FE
RGB
CMYK
RGB Variations
Color information
#CFE2FE (or 0xCFE2FE) is known color: Hawkes Blue. HEX triplet: CF, E2 and FE. RGB value is (207,226,254). Sum of RGB (Red+Green+Blue) = 207+226+254=687 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.13% from 687); Green value is 226 (88.67% from 255 or 32.90% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFE2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE2FE is #301D01. Grayscale: #DFDFDF. Windows color (decimal): -3153154 or 16704207. OLE color: 16704207.
HSL color Cylindrical-coordinate representation of color #CFE2FE: hue angle of 215.74º 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 #CFE2FE is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 226 | 254 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.00 |
| HSL | 215.74º | 0.96% | 0.9% | - |
| HSV(B) | 215.74º | 0.19% | 1% | - |
| XYZ | 70.82 | 74.81 | 104.47 | - |
| YUV | 223.51 | 145.21 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 254 | 0.19 | 0.11 | 0 | 0.00 | 215.74 | 0.96 | 0.9 |
| Hex | CF | E2 | FE | 13 | B | 0 | 0 | D8 | 60 | 5A |
| Octal | 317 | 342 | 376 | 23 | 13 | 0 | 0 | 330 | 140 | 132 |
| Binary | 11001111 | 11100010 | 11111110 | 10011 | 1011 | 0 | 0 | 11011000 | 1100000 | 1011010 |
Color Harmonies of #CFE2FE
Complementary color
Monochromatic Colors of #CFE2FE
Black with #CFE2FE
Text Example
Text Example
White with #CFE2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE2FE; }
p { color: rgb(207,226,254); }
H1.HeaderClassName
{
color: #CFE2FE;
}
.AnyTagClassName
{
color: #CFE2FE;
}
</style>
background-color css
<style>
a { background-color: #CFE2FE; }
a { background-color: rgb(207,226,254); }
div.DivClassName
{
background-color: #CFE2FE;
}
.BgClassName
{
background-color: #CFE2FE;
}
</style>
border-color css
<style>
span { border-color: #CFE2FE; }
span { border-color: rgb(207,226,254); }
td.TdClassName
{
border-color: #CFE2FE;
}
.TagClassName
{
border-color: #CFE2FE;
}
</style>