Shades of Hawkes Blue #CFDBEF
Tints of Hawkes Blue #CFDBEF
RGB
CMYK
RGB Variations
Color information
#CFDBEF (or 0xCFDBEF) is known color: Hawkes Blue. HEX triplet: CF, DB and EF. RGB value is (207,219,239). Sum of RGB (Red+Green+Blue) = 207+219+239=665 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.13% from 665); Green value is 219 (85.94% from 255 or 32.93% from 665); Blue value is 239 (93.75% from 255 or 35.94% from 665); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFDBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDBEF is #302410. Grayscale: #D9D9D9. Windows color (decimal): -3154961 or 15719375. OLE color: 15719375.
HSL color Cylindrical-coordinate representation of color #CFDBEF: hue angle of 217.5º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFDBEF is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 219 | 239 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.06 |
| HSL | 217.5º | 0.5% | 0.87% | - |
| HSV(B) | 217.5º | 0.13% | 0.94% | - |
| XYZ | 66.64 | 70.16 | 91.69 | - |
| YUV | 217.69 | 140.02 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 239 | 0.13 | 0.08 | 0 | 0.06 | 217.5 | 0.5 | 0.87 |
| Hex | CF | DB | EF | D | 8 | 0 | 6 | DA | 32 | 57 |
| Octal | 317 | 333 | 357 | 15 | 10 | 0 | 6 | 332 | 62 | 127 |
| Binary | 11001111 | 11011011 | 11101111 | 1101 | 1000 | 0 | 110 | 11011010 | 110010 | 1010111 |
Color Harmonies of #CFDBEF
Complementary color
Monochromatic Colors of #CFDBEF
Black with #CFDBEF
Text Example
Text Example
White with #CFDBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDBEF; }
p { color: rgb(207,219,239); }
H1.HeaderClassName
{
color: #CFDBEF;
}
.AnyTagClassName
{
color: #CFDBEF;
}
</style>
background-color css
<style>
a { background-color: #CFDBEF; }
a { background-color: rgb(207,219,239); }
div.DivClassName
{
background-color: #CFDBEF;
}
.BgClassName
{
background-color: #CFDBEF;
}
</style>
border-color css
<style>
span { border-color: #CFDBEF; }
span { border-color: rgb(207,219,239); }
td.TdClassName
{
border-color: #CFDBEF;
}
.TagClassName
{
border-color: #CFDBEF;
}
</style>