Shades of Hawkes Blue #CFD7F0
Tints of Hawkes Blue #CFD7F0
RGB
CMYK
RGB Variations
Color information
#CFD7F0 (or 0xCFD7F0) is known color: Hawkes Blue. HEX triplet: CF, D7 and F0. RGB value is (207,215,240). Sum of RGB (Red+Green+Blue) = 207+215+240=662 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.27% from 662); Green value is 215 (84.38% from 255 or 32.48% from 662); Blue value is 240 (94.14% from 255 or 36.25% from 662); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFD7F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD7F0 is #30280F. Grayscale: #D7D7D7. Windows color (decimal): -3155984 or 15783887. OLE color: 15783887.
HSL color Cylindrical-coordinate representation of color #CFD7F0: hue angle of 225.45º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFD7F0 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 215 | 240 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.06 |
| HSL | 225.45º | 0.52% | 0.88% | - |
| HSV(B) | 225.45º | 0.14% | 0.94% | - |
| XYZ | 65.76 | 68.16 | 92.13 | - |
| YUV | 215.46 | 141.85 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 240 | 0.14 | 0.10 | 0 | 0.06 | 225.45 | 0.52 | 0.88 |
| Hex | CF | D7 | F0 | E | A | 0 | 6 | E1 | 34 | 58 |
| Octal | 317 | 327 | 360 | 16 | 12 | 0 | 6 | 341 | 64 | 130 |
| Binary | 11001111 | 11010111 | 11110000 | 1110 | 1010 | 0 | 110 | 11100001 | 110100 | 1011000 |
Color Harmonies of #CFD7F0
Complementary color
Monochromatic Colors of #CFD7F0
Black with #CFD7F0
Text Example
Text Example
White with #CFD7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD7F0; }
p { color: rgb(207,215,240); }
H1.HeaderClassName
{
color: #CFD7F0;
}
.AnyTagClassName
{
color: #CFD7F0;
}
</style>
background-color css
<style>
a { background-color: #CFD7F0; }
a { background-color: rgb(207,215,240); }
div.DivClassName
{
background-color: #CFD7F0;
}
.BgClassName
{
background-color: #CFD7F0;
}
</style>
border-color css
<style>
span { border-color: #CFD7F0; }
span { border-color: rgb(207,215,240); }
td.TdClassName
{
border-color: #CFD7F0;
}
.TagClassName
{
border-color: #CFD7F0;
}
</style>