Shades of Hawkes Blue #CFDFFF
Tints of Hawkes Blue #CFDFFF
RGB
CMYK
RGB Variations
Color information
#CFDFFF (or 0xCFDFFF) is known color: Hawkes Blue. HEX triplet: CF, DF and FF. RGB value is (207,223,255). Sum of RGB (Red+Green+Blue) = 207+223+255=685 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.22% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFDFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDFFF is #302000. Grayscale: #DDDDDD. Windows color (decimal): -3153921 or 16768975. OLE color: 16768975.
HSL color Cylindrical-coordinate representation of color #CFDFFF: hue angle of 220º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFDFFF is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 223 | 255 | - |
| CMYK | 0.19 | 0.13 | 0 | 0 |
| HSL | 220º | 1% | 0.91% | - |
| HSV(B) | 220º | 0.19% | 1% | - |
| XYZ | 70.17 | 73.26 | 105.05 | - |
| YUV | 221.86 | 146.7 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 255 | 0.19 | 0.13 | 0 | 0 | 220 | 1 | 0.91 |
| Hex | CF | DF | FF | 13 | D | 0 | 0 | DC | 64 | 5B |
| Octal | 317 | 337 | 377 | 23 | 15 | 0 | 0 | 334 | 144 | 133 |
| Binary | 11001111 | 11011111 | 11111111 | 10011 | 1101 | 0 | 0 | 11011100 | 1100100 | 1011011 |
Color Harmonies of #CFDFFF
Complementary color
Monochromatic Colors of #CFDFFF
Black with #CFDFFF
Text Example
Text Example
White with #CFDFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDFFF; }
p { color: rgb(207,223,255); }
H1.HeaderClassName
{
color: #CFDFFF;
}
.AnyTagClassName
{
color: #CFDFFF;
}
</style>
background-color css
<style>
a { background-color: #CFDFFF; }
a { background-color: rgb(207,223,255); }
div.DivClassName
{
background-color: #CFDFFF;
}
.BgClassName
{
background-color: #CFDFFF;
}
</style>
border-color css
<style>
span { border-color: #CFDFFF; }
span { border-color: rgb(207,223,255); }
td.TdClassName
{
border-color: #CFDFFF;
}
.TagClassName
{
border-color: #CFDFFF;
}
</style>