Shades of Hawkes Blue #CFDFFB
Tints of Hawkes Blue #CFDFFB
RGB
CMYK
RGB Variations
Color information
#CFDFFB (or 0xCFDFFB) is known color: Hawkes Blue. HEX triplet: CF, DF and FB. RGB value is (207,223,251). Sum of RGB (Red+Green+Blue) = 207+223+251=681 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.40% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFDFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDFFB is #302004. Grayscale: #DDDDDD. Windows color (decimal): -3153925 or 16506831. OLE color: 16506831.
HSL color Cylindrical-coordinate representation of color #CFDFFB: hue angle of 218.18º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFDFFB is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 223 | 251 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.02 |
| HSL | 218.18º | 0.85% | 0.9% | - |
| HSV(B) | 218.18º | 0.18% | 0.98% | - |
| XYZ | 69.53 | 73.01 | 101.69 | - |
| YUV | 221.41 | 144.7 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 251 | 0.18 | 0.11 | 0 | 0.02 | 218.18 | 0.85 | 0.9 |
| Hex | CF | DF | FB | 12 | B | 0 | 2 | DA | 55 | 5A |
| Octal | 317 | 337 | 373 | 22 | 13 | 0 | 2 | 332 | 125 | 132 |
| Binary | 11001111 | 11011111 | 11111011 | 10010 | 1011 | 0 | 10 | 11011010 | 1010101 | 1011010 |
Color Harmonies of #CFDFFB
Complementary color
Monochromatic Colors of #CFDFFB
Black with #CFDFFB
Text Example
Text Example
White with #CFDFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDFFB; }
p { color: rgb(207,223,251); }
H1.HeaderClassName
{
color: #CFDFFB;
}
.AnyTagClassName
{
color: #CFDFFB;
}
</style>
background-color css
<style>
a { background-color: #CFDFFB; }
a { background-color: rgb(207,223,251); }
div.DivClassName
{
background-color: #CFDFFB;
}
.BgClassName
{
background-color: #CFDFFB;
}
</style>
border-color css
<style>
span { border-color: #CFDFFB; }
span { border-color: rgb(207,223,251); }
td.TdClassName
{
border-color: #CFDFFB;
}
.TagClassName
{
border-color: #CFDFFB;
}
</style>