Shades of Hawkes Blue #CFDEEF
Tints of Hawkes Blue #CFDEEF
RGB
CMYK
RGB Variations
Color information
#CFDEEF (or 0xCFDEEF) is known color: Hawkes Blue. HEX triplet: CF, DE and EF. RGB value is (207,222,239). Sum of RGB (Red+Green+Blue) = 207+222+239=668 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.99% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFDEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDEEF is #302110. Grayscale: #DBDBDB. Windows color (decimal): -3154193 or 15720143. OLE color: 15720143.
HSL color Cylindrical-coordinate representation of color #CFDEEF: hue angle of 211.88º 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 #CFDEEF is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 222 | 239 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.06 |
| HSL | 211.88º | 0.5% | 0.87% | - |
| HSV(B) | 211.88º | 0.13% | 0.94% | - |
| XYZ | 67.43 | 71.74 | 91.95 | - |
| YUV | 219.45 | 139.03 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 239 | 0.13 | 0.07 | 0 | 0.06 | 211.88 | 0.5 | 0.87 |
| Hex | CF | DE | EF | D | 7 | 0 | 6 | D4 | 32 | 57 |
| Octal | 317 | 336 | 357 | 15 | 7 | 0 | 6 | 324 | 62 | 127 |
| Binary | 11001111 | 11011110 | 11101111 | 1101 | 111 | 0 | 110 | 11010100 | 110010 | 1010111 |
Color Harmonies of #CFDEEF
Complementary color
Monochromatic Colors of #CFDEEF
Black with #CFDEEF
Text Example
Text Example
White with #CFDEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDEEF; }
p { color: rgb(207,222,239); }
H1.HeaderClassName
{
color: #CFDEEF;
}
.AnyTagClassName
{
color: #CFDEEF;
}
</style>
background-color css
<style>
a { background-color: #CFDEEF; }
a { background-color: rgb(207,222,239); }
div.DivClassName
{
background-color: #CFDEEF;
}
.BgClassName
{
background-color: #CFDEEF;
}
</style>
border-color css
<style>
span { border-color: #CFDEEF; }
span { border-color: rgb(207,222,239); }
td.TdClassName
{
border-color: #CFDEEF;
}
.TagClassName
{
border-color: #CFDEEF;
}
</style>