Shades of Hawkes Blue #CFE3FF
Tints of Hawkes Blue #CFE3FF
RGB
CMYK
RGB Variations
Color information
#CFE3FF (or 0xCFE3FF) is known color: Hawkes Blue. HEX triplet: CF, E3 and FF. RGB value is (207,227,255). Sum of RGB (Red+Green+Blue) = 207+227+255=689 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30.04% from 689); Green value is 227 (89.06% from 255 or 32.95% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFE3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE3FF is #301C00. Grayscale: #E0E0E0. Windows color (decimal): -3152897 or 16769999. OLE color: 16769999.
HSL color Cylindrical-coordinate representation of color #CFE3FF: hue angle of 215º 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 #CFE3FF is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 227 | 255 | - |
| CMYK | 0.19 | 0.11 | 0 | 0 |
| HSL | 215º | 1% | 0.91% | - |
| HSV(B) | 215º | 0.19% | 1% | - |
| XYZ | 71.25 | 75.42 | 105.41 | - |
| YUV | 224.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 255 | 0.19 | 0.11 | 0 | 0 | 215 | 1 | 0.91 |
| Hex | CF | E3 | FF | 13 | B | 0 | 0 | D7 | 64 | 5B |
| Octal | 317 | 343 | 377 | 23 | 13 | 0 | 0 | 327 | 144 | 133 |
| Binary | 11001111 | 11100011 | 11111111 | 10011 | 1011 | 0 | 0 | 11010111 | 1100100 | 1011011 |
Color Harmonies of #CFE3FF
Complementary color
Monochromatic Colors of #CFE3FF
Black with #CFE3FF
Text Example
Text Example
White with #CFE3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE3FF; }
p { color: rgb(207,227,255); }
H1.HeaderClassName
{
color: #CFE3FF;
}
.AnyTagClassName
{
color: #CFE3FF;
}
</style>
background-color css
<style>
a { background-color: #CFE3FF; }
a { background-color: rgb(207,227,255); }
div.DivClassName
{
background-color: #CFE3FF;
}
.BgClassName
{
background-color: #CFE3FF;
}
</style>
border-color css
<style>
span { border-color: #CFE3FF; }
span { border-color: rgb(207,227,255); }
td.TdClassName
{
border-color: #CFE3FF;
}
.TagClassName
{
border-color: #CFE3FF;
}
</style>