Shades of Hawkes Blue #CFDBFF
Tints of Hawkes Blue #CFDBFF
RGB
CMYK
RGB Variations
Color information
#CFDBFF (or 0xCFDBFF) is known color: Hawkes Blue. HEX triplet: CF, DB and FF. RGB value is (207,219,255). Sum of RGB (Red+Green+Blue) = 207+219+255=681 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.40% from 681); Green value is 219 (85.94% from 255 or 32.16% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFDBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDBFF is #302400. Grayscale: #DBDBDB. Windows color (decimal): -3154945 or 16767951. OLE color: 16767951.
HSL color Cylindrical-coordinate representation of color #CFDBFF: hue angle of 225º 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 #CFDBFF is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 219 | 255 | - |
| CMYK | 0.19 | 0.14 | 0 | 0 |
| HSL | 225º | 1% | 0.91% | - |
| HSV(B) | 225º | 0.19% | 1% | - |
| XYZ | 69.11 | 71.15 | 104.7 | - |
| YUV | 219.52 | 148.02 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 255 | 0.19 | 0.14 | 0 | 0 | 225 | 1 | 0.91 |
| Hex | CF | DB | FF | 13 | E | 0 | 0 | E1 | 64 | 5B |
| Octal | 317 | 333 | 377 | 23 | 16 | 0 | 0 | 341 | 144 | 133 |
| Binary | 11001111 | 11011011 | 11111111 | 10011 | 1110 | 0 | 0 | 11100001 | 1100100 | 1011011 |
Color Harmonies of #CFDBFF
Complementary color
Monochromatic Colors of #CFDBFF
Black with #CFDBFF
Text Example
Text Example
White with #CFDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDBFF; }
p { color: rgb(207,219,255); }
H1.HeaderClassName
{
color: #CFDBFF;
}
.AnyTagClassName
{
color: #CFDBFF;
}
</style>
background-color css
<style>
a { background-color: #CFDBFF; }
a { background-color: rgb(207,219,255); }
div.DivClassName
{
background-color: #CFDBFF;
}
.BgClassName
{
background-color: #CFDBFF;
}
</style>
border-color css
<style>
span { border-color: #CFDBFF; }
span { border-color: rgb(207,219,255); }
td.TdClassName
{
border-color: #CFDBFF;
}
.TagClassName
{
border-color: #CFDBFF;
}
</style>