Shades of Hawkes Blue #CFDBFE
Tints of Hawkes Blue #CFDBFE
RGB
CMYK
RGB Variations
Color information
#CFDBFE (or 0xCFDBFE) is known color: Hawkes Blue. HEX triplet: CF, DB and FE. RGB value is (207,219,254). Sum of RGB (Red+Green+Blue) = 207+219+254=680 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.44% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFDBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDBFE is #302401. Grayscale: #DBDBDB. Windows color (decimal): -3154946 or 16702415. OLE color: 16702415.
HSL color Cylindrical-coordinate representation of color #CFDBFE: hue angle of 224.68º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFDBFE is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 219 | 254 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.00 |
| HSL | 224.68º | 0.96% | 0.9% | - |
| HSV(B) | 224.68º | 0.19% | 1% | - |
| XYZ | 68.95 | 71.08 | 103.85 | - |
| YUV | 219.4 | 147.52 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 254 | 0.19 | 0.14 | 0 | 0.00 | 224.68 | 0.96 | 0.9 |
| Hex | CF | DB | FE | 13 | E | 0 | 0 | E1 | 60 | 5A |
| Octal | 317 | 333 | 376 | 23 | 16 | 0 | 0 | 341 | 140 | 132 |
| Binary | 11001111 | 11011011 | 11111110 | 10011 | 1110 | 0 | 0 | 11100001 | 1100000 | 1011010 |
Color Harmonies of #CFDBFE
Complementary color
Monochromatic Colors of #CFDBFE
Black with #CFDBFE
Text Example
Text Example
White with #CFDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDBFE; }
p { color: rgb(207,219,254); }
H1.HeaderClassName
{
color: #CFDBFE;
}
.AnyTagClassName
{
color: #CFDBFE;
}
</style>
background-color css
<style>
a { background-color: #CFDBFE; }
a { background-color: rgb(207,219,254); }
div.DivClassName
{
background-color: #CFDBFE;
}
.BgClassName
{
background-color: #CFDBFE;
}
</style>
border-color css
<style>
span { border-color: #CFDBFE; }
span { border-color: rgb(207,219,254); }
td.TdClassName
{
border-color: #CFDBFE;
}
.TagClassName
{
border-color: #CFDBFE;
}
</style>