Shades of Hawkes Blue #CFDAFA
Tints of Hawkes Blue #CFDAFA
RGB
CMYK
RGB Variations
Color information
#CFDAFA (or 0xCFDAFA) is known color: Hawkes Blue. HEX triplet: CF, DA and FA. RGB value is (207,218,250). Sum of RGB (Red+Green+Blue) = 207+218+250=675 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.67% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFDAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDAFA is #302505. Grayscale: #DADADA. Windows color (decimal): -3155206 or 16440015. OLE color: 16440015.
HSL color Cylindrical-coordinate representation of color #CFDAFA: hue angle of 224.65º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFDAFA is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 218 | 250 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.02 |
| HSL | 224.65º | 0.81% | 0.9% | - |
| HSV(B) | 224.65º | 0.17% | 0.98% | - |
| XYZ | 68.06 | 70.31 | 100.43 | - |
| YUV | 218.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 250 | 0.17 | 0.13 | 0 | 0.02 | 224.65 | 0.81 | 0.9 |
| Hex | CF | DA | FA | 11 | D | 0 | 2 | E1 | 51 | 5A |
| Octal | 317 | 332 | 372 | 21 | 15 | 0 | 2 | 341 | 121 | 132 |
| Binary | 11001111 | 11011010 | 11111010 | 10001 | 1101 | 0 | 10 | 11100001 | 1010001 | 1011010 |
Color Harmonies of #CFDAFA
Complementary color
Monochromatic Colors of #CFDAFA
Black with #CFDAFA
Text Example
Text Example
White with #CFDAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDAFA; }
p { color: rgb(207,218,250); }
H1.HeaderClassName
{
color: #CFDAFA;
}
.AnyTagClassName
{
color: #CFDAFA;
}
</style>
background-color css
<style>
a { background-color: #CFDAFA; }
a { background-color: rgb(207,218,250); }
div.DivClassName
{
background-color: #CFDAFA;
}
.BgClassName
{
background-color: #CFDAFA;
}
</style>
border-color css
<style>
span { border-color: #CFDAFA; }
span { border-color: rgb(207,218,250); }
td.TdClassName
{
border-color: #CFDAFA;
}
.TagClassName
{
border-color: #CFDAFA;
}
</style>