Shades of Hawkes Blue #CFDBFB
Tints of Hawkes Blue #CFDBFB
RGB
CMYK
RGB Variations
Color information
#CFDBFB (or 0xCFDBFB) is known color: Hawkes Blue. HEX triplet: CF, DB and FB. RGB value is (207,219,251). Sum of RGB (Red+Green+Blue) = 207+219+251=677 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.58% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFDBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDBFB is #302404. Grayscale: #DADADA. Windows color (decimal): -3154949 or 16505807. OLE color: 16505807.
HSL color Cylindrical-coordinate representation of color #CFDBFB: hue angle of 223.64º 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 #CFDBFB is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 219 | 251 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.02 |
| HSL | 223.64º | 0.85% | 0.9% | - |
| HSV(B) | 223.64º | 0.18% | 0.98% | - |
| XYZ | 68.48 | 70.89 | 101.34 | - |
| YUV | 219.06 | 146.02 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 251 | 0.18 | 0.13 | 0 | 0.02 | 223.64 | 0.85 | 0.9 |
| Hex | CF | DB | FB | 12 | D | 0 | 2 | E0 | 55 | 5A |
| Octal | 317 | 333 | 373 | 22 | 15 | 0 | 2 | 340 | 125 | 132 |
| Binary | 11001111 | 11011011 | 11111011 | 10010 | 1101 | 0 | 10 | 11100000 | 1010101 | 1011010 |
Color Harmonies of #CFDBFB
Complementary color
Monochromatic Colors of #CFDBFB
Black with #CFDBFB
Text Example
Text Example
White with #CFDBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDBFB; }
p { color: rgb(207,219,251); }
H1.HeaderClassName
{
color: #CFDBFB;
}
.AnyTagClassName
{
color: #CFDBFB;
}
</style>
background-color css
<style>
a { background-color: #CFDBFB; }
a { background-color: rgb(207,219,251); }
div.DivClassName
{
background-color: #CFDBFB;
}
.BgClassName
{
background-color: #CFDBFB;
}
</style>
border-color css
<style>
span { border-color: #CFDBFB; }
span { border-color: rgb(207,219,251); }
td.TdClassName
{
border-color: #CFDBFB;
}
.TagClassName
{
border-color: #CFDBFB;
}
</style>