Shades of Hawkes Blue #CFE4FF
Tints of Hawkes Blue #CFE4FF
RGB
CMYK
RGB Variations
Color information
#CFE4FF (or 0xCFE4FF) is known color: Hawkes Blue. HEX triplet: CF, E4 and FF. RGB value is (207,228,255). Sum of RGB (Red+Green+Blue) = 207+228+255=690 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30% from 690); Green value is 228 (89.45% from 255 or 33.04% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFE4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE4FF is #301B00. Grayscale: #E0E0E0. Windows color (decimal): -3152641 or 16770255. OLE color: 16770255.
HSL color Cylindrical-coordinate representation of color #CFE4FF: hue angle of 213.75º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFE4FF is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 228 | 255 | - |
| CMYK | 0.19 | 0.11 | 0 | 0 |
| HSL | 213.75º | 1% | 0.91% | - |
| HSV(B) | 213.75º | 0.19% | 1% | - |
| XYZ | 71.53 | 75.97 | 105.5 | - |
| YUV | 224.8 | 145.04 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 255 | 0.19 | 0.11 | 0 | 0 | 213.75 | 1 | 0.91 |
| Hex | CF | E4 | FF | 13 | B | 0 | 0 | D6 | 64 | 5B |
| Octal | 317 | 344 | 377 | 23 | 13 | 0 | 0 | 326 | 144 | 133 |
| Binary | 11001111 | 11100100 | 11111111 | 10011 | 1011 | 0 | 0 | 11010110 | 1100100 | 1011011 |
Color Harmonies of #CFE4FF
Complementary color
Monochromatic Colors of #CFE4FF
Black with #CFE4FF
Text Example
Text Example
White with #CFE4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE4FF; }
p { color: rgb(207,228,255); }
H1.HeaderClassName
{
color: #CFE4FF;
}
.AnyTagClassName
{
color: #CFE4FF;
}
</style>
background-color css
<style>
a { background-color: #CFE4FF; }
a { background-color: rgb(207,228,255); }
div.DivClassName
{
background-color: #CFE4FF;
}
.BgClassName
{
background-color: #CFE4FF;
}
</style>
border-color css
<style>
span { border-color: #CFE4FF; }
span { border-color: rgb(207,228,255); }
td.TdClassName
{
border-color: #CFE4FF;
}
.TagClassName
{
border-color: #CFE4FF;
}
</style>