Shades of Hawkes Blue #CFD9FA
Tints of Hawkes Blue #CFD9FA
RGB
CMYK
RGB Variations
Color information
#CFD9FA (or 0xCFD9FA) is known color: Hawkes Blue. HEX triplet: CF, D9 and FA. RGB value is (207,217,250). Sum of RGB (Red+Green+Blue) = 207+217+250=674 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.71% from 674); Green value is 217 (85.16% from 255 or 32.20% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFD9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD9FA is #302605. Grayscale: #D9D9D9. Windows color (decimal): -3155462 or 16439759. OLE color: 16439759.
HSL color Cylindrical-coordinate representation of color #CFD9FA: hue angle of 226.05º 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 #CFD9FA is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 217 | 250 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.02 |
| HSL | 226.05º | 0.81% | 0.9% | - |
| HSV(B) | 226.05º | 0.17% | 0.98% | - |
| XYZ | 67.8 | 69.79 | 100.34 | - |
| YUV | 217.77 | 146.19 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 250 | 0.17 | 0.13 | 0 | 0.02 | 226.05 | 0.81 | 0.9 |
| Hex | CF | D9 | FA | 11 | D | 0 | 2 | E2 | 51 | 5A |
| Octal | 317 | 331 | 372 | 21 | 15 | 0 | 2 | 342 | 121 | 132 |
| Binary | 11001111 | 11011001 | 11111010 | 10001 | 1101 | 0 | 10 | 11100010 | 1010001 | 1011010 |
Color Harmonies of #CFD9FA
Complementary color
Monochromatic Colors of #CFD9FA
Black with #CFD9FA
Text Example
Text Example
White with #CFD9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD9FA; }
p { color: rgb(207,217,250); }
H1.HeaderClassName
{
color: #CFD9FA;
}
.AnyTagClassName
{
color: #CFD9FA;
}
</style>
background-color css
<style>
a { background-color: #CFD9FA; }
a { background-color: rgb(207,217,250); }
div.DivClassName
{
background-color: #CFD9FA;
}
.BgClassName
{
background-color: #CFD9FA;
}
</style>
border-color css
<style>
span { border-color: #CFD9FA; }
span { border-color: rgb(207,217,250); }
td.TdClassName
{
border-color: #CFD9FA;
}
.TagClassName
{
border-color: #CFD9FA;
}
</style>