Shades of Hawkes Blue #CFDBFC
Tints of Hawkes Blue #CFDBFC
RGB
CMYK
RGB Variations
Color information
#CFDBFC (or 0xCFDBFC) is known color: Hawkes Blue. HEX triplet: CF, DB and FC. RGB value is (207,219,252). Sum of RGB (Red+Green+Blue) = 207+219+252=678 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.53% from 678); Green value is 219 (85.94% from 255 or 32.30% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFDBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDBFC is #302403. Grayscale: #DBDBDB. Windows color (decimal): -3154948 or 16571343. OLE color: 16571343.
HSL color Cylindrical-coordinate representation of color #CFDBFC: hue angle of 224º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFDBFC is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 219 | 252 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.01 |
| HSL | 224º | 0.88% | 0.9% | - |
| HSV(B) | 224º | 0.18% | 0.99% | - |
| XYZ | 68.63 | 70.96 | 102.17 | - |
| YUV | 219.17 | 146.52 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 252 | 0.18 | 0.13 | 0 | 0.01 | 224 | 0.88 | 0.9 |
| Hex | CF | DB | FC | 12 | D | 0 | 1 | E0 | 58 | 5A |
| Octal | 317 | 333 | 374 | 22 | 15 | 0 | 1 | 340 | 130 | 132 |
| Binary | 11001111 | 11011011 | 11111100 | 10010 | 1101 | 0 | 1 | 11100000 | 1011000 | 1011010 |
Color Harmonies of #CFDBFC
Complementary color
Monochromatic Colors of #CFDBFC
Black with #CFDBFC
Text Example
Text Example
White with #CFDBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDBFC; }
p { color: rgb(207,219,252); }
H1.HeaderClassName
{
color: #CFDBFC;
}
.AnyTagClassName
{
color: #CFDBFC;
}
</style>
background-color css
<style>
a { background-color: #CFDBFC; }
a { background-color: rgb(207,219,252); }
div.DivClassName
{
background-color: #CFDBFC;
}
.BgClassName
{
background-color: #CFDBFC;
}
</style>
border-color css
<style>
span { border-color: #CFDBFC; }
span { border-color: rgb(207,219,252); }
td.TdClassName
{
border-color: #CFDBFC;
}
.TagClassName
{
border-color: #CFDBFC;
}
</style>