Shades of Hawkes Blue #CFD4F0
Tints of Hawkes Blue #CFD4F0
RGB
CMYK
RGB Variations
Color information
#CFD4F0 (or 0xCFD4F0) is known color: Hawkes Blue. HEX triplet: CF, D4 and F0. RGB value is (207,212,240). Sum of RGB (Red+Green+Blue) = 207+212+240=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 212 (83.20% from 255 or 32.17% from 659); Blue value is 240 (94.14% from 255 or 36.42% from 659); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFD4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD4F0 is #302B0F. Grayscale: #D5D5D5. Windows color (decimal): -3156752 or 15783119. OLE color: 15783119.
HSL color Cylindrical-coordinate representation of color #CFD4F0: hue angle of 230.91º 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 #CFD4F0 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 212 | 240 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.06 |
| HSL | 230.91º | 0.52% | 0.88% | - |
| HSV(B) | 230.91º | 0.14% | 0.94% | - |
| XYZ | 65 | 66.64 | 91.88 | - |
| YUV | 213.7 | 142.84 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 240 | 0.14 | 0.12 | 0 | 0.06 | 230.91 | 0.52 | 0.88 |
| Hex | CF | D4 | F0 | E | C | 0 | 6 | E7 | 34 | 58 |
| Octal | 317 | 324 | 360 | 16 | 14 | 0 | 6 | 347 | 64 | 130 |
| Binary | 11001111 | 11010100 | 11110000 | 1110 | 1100 | 0 | 110 | 11100111 | 110100 | 1011000 |
Color Harmonies of #CFD4F0
Complementary color
Monochromatic Colors of #CFD4F0
Black with #CFD4F0
Text Example
Text Example
White with #CFD4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD4F0; }
p { color: rgb(207,212,240); }
H1.HeaderClassName
{
color: #CFD4F0;
}
.AnyTagClassName
{
color: #CFD4F0;
}
</style>
background-color css
<style>
a { background-color: #CFD4F0; }
a { background-color: rgb(207,212,240); }
div.DivClassName
{
background-color: #CFD4F0;
}
.BgClassName
{
background-color: #CFD4F0;
}
</style>
border-color css
<style>
span { border-color: #CFD4F0; }
span { border-color: rgb(207,212,240); }
td.TdClassName
{
border-color: #CFD4F0;
}
.TagClassName
{
border-color: #CFD4F0;
}
</style>