Shades of Hawkes Blue #CFD5F0
Tints of Hawkes Blue #CFD5F0
RGB
CMYK
RGB Variations
Color information
#CFD5F0 (or 0xCFD5F0) is known color: Hawkes Blue. HEX triplet: CF, D5 and F0. RGB value is (207,213,240). Sum of RGB (Red+Green+Blue) = 207+213+240=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 213 (83.59% from 255 or 32.27% from 660); Blue value is 240 (94.14% from 255 or 36.36% from 660); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFD5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD5F0 is #302A0F. Grayscale: #D6D6D6. Windows color (decimal): -3156496 or 15783375. OLE color: 15783375.
HSL color Cylindrical-coordinate representation of color #CFD5F0: hue angle of 229.09º 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 #CFD5F0 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 213 | 240 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.06 |
| HSL | 229.09º | 0.52% | 0.88% | - |
| HSV(B) | 229.09º | 0.14% | 0.94% | - |
| XYZ | 65.25 | 67.15 | 91.96 | - |
| YUV | 214.28 | 142.51 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 240 | 0.14 | 0.11 | 0 | 0.06 | 229.09 | 0.52 | 0.88 |
| Hex | CF | D5 | F0 | E | B | 0 | 6 | E5 | 34 | 58 |
| Octal | 317 | 325 | 360 | 16 | 13 | 0 | 6 | 345 | 64 | 130 |
| Binary | 11001111 | 11010101 | 11110000 | 1110 | 1011 | 0 | 110 | 11100101 | 110100 | 1011000 |
Color Harmonies of #CFD5F0
Complementary color
Monochromatic Colors of #CFD5F0
Black with #CFD5F0
Text Example
Text Example
White with #CFD5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD5F0; }
p { color: rgb(207,213,240); }
H1.HeaderClassName
{
color: #CFD5F0;
}
.AnyTagClassName
{
color: #CFD5F0;
}
</style>
background-color css
<style>
a { background-color: #CFD5F0; }
a { background-color: rgb(207,213,240); }
div.DivClassName
{
background-color: #CFD5F0;
}
.BgClassName
{
background-color: #CFD5F0;
}
</style>
border-color css
<style>
span { border-color: #CFD5F0; }
span { border-color: rgb(207,213,240); }
td.TdClassName
{
border-color: #CFD5F0;
}
.TagClassName
{
border-color: #CFD5F0;
}
</style>