Shades of Hawkes Blue #BFDAFF
Tints of Hawkes Blue #BFDAFF
RGB
CMYK
RGB Variations
Color information
#BFDAFF (or 0xBFDAFF) is known color: Hawkes Blue. HEX triplet: BF, DA and FF. RGB value is (191,218,255). Sum of RGB (Red+Green+Blue) = 191+218+255=664 (87% of max value = 765). Red value is 191 (75% from 255 or 28.77% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFDAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDAFF is #402500. Grayscale: #D5D5D5. Windows color (decimal): -4203777 or 16767679. OLE color: 16767679.
HSL color Cylindrical-coordinate representation of color #BFDAFF: hue angle of 214.69º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFDAFF is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 218 | 255 | - |
| CMYK | 0.25 | 0.15 | 0 | 0 |
| HSL | 214.69º | 1% | 0.87% | - |
| HSV(B) | 214.69º | 0.25% | 1% | - |
| XYZ | 64.61 | 68.44 | 104.41 | - |
| YUV | 214.15 | 151.05 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 255 | 0.25 | 0.15 | 0 | 0 | 214.69 | 1 | 0.87 |
| Hex | BF | DA | FF | 19 | F | 0 | 0 | D7 | 64 | 57 |
| Octal | 277 | 332 | 377 | 31 | 17 | 0 | 0 | 327 | 144 | 127 |
| Binary | 10111111 | 11011010 | 11111111 | 11001 | 1111 | 0 | 0 | 11010111 | 1100100 | 1010111 |
Color Harmonies of #BFDAFF
Complementary color
Monochromatic Colors of #BFDAFF
Black with #BFDAFF
Text Example
Text Example
White with #BFDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDAFF; }
p { color: rgb(191,218,255); }
H1.HeaderClassName
{
color: #BFDAFF;
}
.AnyTagClassName
{
color: #BFDAFF;
}
</style>
background-color css
<style>
a { background-color: #BFDAFF; }
a { background-color: rgb(191,218,255); }
div.DivClassName
{
background-color: #BFDAFF;
}
.BgClassName
{
background-color: #BFDAFF;
}
</style>
border-color css
<style>
span { border-color: #BFDAFF; }
span { border-color: rgb(191,218,255); }
td.TdClassName
{
border-color: #BFDAFF;
}
.TagClassName
{
border-color: #BFDAFF;
}
</style>