Shades of Hawkes Blue #CFE0FF
Tints of Hawkes Blue #CFE0FF
RGB
CMYK
RGB Variations
Color information
#CFE0FF (or 0xCFE0FF) is known color: Hawkes Blue. HEX triplet: CF, E0 and FF. RGB value is (207,224,255). Sum of RGB (Red+Green+Blue) = 207+224+255=686 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.17% from 686); Green value is 224 (87.89% from 255 or 32.65% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFE0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE0FF is #301F00. Grayscale: #DEDEDE. Windows color (decimal): -3153665 or 16769231. OLE color: 16769231.
HSL color Cylindrical-coordinate representation of color #CFE0FF: hue angle of 218.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 #CFE0FF is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 224 | 255 | - |
| CMYK | 0.19 | 0.12 | 0 | 0 |
| HSL | 218.75º | 1% | 0.91% | - |
| HSV(B) | 218.75º | 0.19% | 1% | - |
| XYZ | 70.44 | 73.8 | 105.14 | - |
| YUV | 222.45 | 146.37 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 255 | 0.19 | 0.12 | 0 | 0 | 218.75 | 1 | 0.91 |
| Hex | CF | E0 | FF | 13 | C | 0 | 0 | DB | 64 | 5B |
| Octal | 317 | 340 | 377 | 23 | 14 | 0 | 0 | 333 | 144 | 133 |
| Binary | 11001111 | 11100000 | 11111111 | 10011 | 1100 | 0 | 0 | 11011011 | 1100100 | 1011011 |
Color Harmonies of #CFE0FF
Complementary color
Monochromatic Colors of #CFE0FF
Black with #CFE0FF
Text Example
Text Example
White with #CFE0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE0FF; }
p { color: rgb(207,224,255); }
H1.HeaderClassName
{
color: #CFE0FF;
}
.AnyTagClassName
{
color: #CFE0FF;
}
</style>
background-color css
<style>
a { background-color: #CFE0FF; }
a { background-color: rgb(207,224,255); }
div.DivClassName
{
background-color: #CFE0FF;
}
.BgClassName
{
background-color: #CFE0FF;
}
</style>
border-color css
<style>
span { border-color: #CFE0FF; }
span { border-color: rgb(207,224,255); }
td.TdClassName
{
border-color: #CFE0FF;
}
.TagClassName
{
border-color: #CFE0FF;
}
</style>