Shades of Hawkes Blue #CFDEF4
Tints of Hawkes Blue #CFDEF4
RGB
CMYK
RGB Variations
Color information
#CFDEF4 (or 0xCFDEF4) is known color: Hawkes Blue. HEX triplet: CF, DE and F4. RGB value is (207,222,244). Sum of RGB (Red+Green+Blue) = 207+222+244=673 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.76% from 673); Green value is 222 (87.11% from 255 or 32.99% from 673); Blue value is 244 (95.70% from 255 or 36.26% from 673); Max value from RGB is 244 - color contains mainly: blue. Hex color #CFDEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDEF4 is #30210B. Grayscale: #DBDBDB. Windows color (decimal): -3154188 or 16047823. OLE color: 16047823.
HSL color Cylindrical-coordinate representation of color #CFDEF4: hue angle of 215.68º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFDEF4 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 222 | 244 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.04 |
| HSL | 215.68º | 0.63% | 0.88% | - |
| HSV(B) | 215.68º | 0.15% | 0.96% | - |
| XYZ | 68.18 | 72.04 | 95.9 | - |
| YUV | 220.02 | 141.53 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 244 | 0.15 | 0.09 | 0 | 0.04 | 215.68 | 0.63 | 0.88 |
| Hex | CF | DE | F4 | F | 9 | 0 | 4 | D8 | 3F | 58 |
| Octal | 317 | 336 | 364 | 17 | 11 | 0 | 4 | 330 | 77 | 130 |
| Binary | 11001111 | 11011110 | 11110100 | 1111 | 1001 | 0 | 100 | 11011000 | 111111 | 1011000 |
Color Harmonies of #CFDEF4
Complementary color
Monochromatic Colors of #CFDEF4
Black with #CFDEF4
Text Example
Text Example
White with #CFDEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDEF4; }
p { color: rgb(207,222,244); }
H1.HeaderClassName
{
color: #CFDEF4;
}
.AnyTagClassName
{
color: #CFDEF4;
}
</style>
background-color css
<style>
a { background-color: #CFDEF4; }
a { background-color: rgb(207,222,244); }
div.DivClassName
{
background-color: #CFDEF4;
}
.BgClassName
{
background-color: #CFDEF4;
}
</style>
border-color css
<style>
span { border-color: #CFDEF4; }
span { border-color: rgb(207,222,244); }
td.TdClassName
{
border-color: #CFDEF4;
}
.TagClassName
{
border-color: #CFDEF4;
}
</style>