Shades of Hawkes Blue #BFDBFF
Tints of Hawkes Blue #BFDBFF
RGB
CMYK
RGB Variations
Color information
#BFDBFF (or 0xBFDBFF) is known color: Hawkes Blue. HEX triplet: BF, DB and FF. RGB value is (191,219,255). Sum of RGB (Red+Green+Blue) = 191+219+255=665 (88% of max value = 765). Red value is 191 (75% from 255 or 28.72% from 665); Green value is 219 (85.94% from 255 or 32.93% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFDBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDBFF is #402400. Grayscale: #D6D6D6. Windows color (decimal): -4203521 or 16767935. OLE color: 16767935.
HSL color Cylindrical-coordinate representation of color #BFDBFF: hue angle of 213.75º 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 #BFDBFF is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 219 | 255 | - |
| CMYK | 0.25 | 0.14 | 0 | 0 |
| HSL | 213.75º | 1% | 0.87% | - |
| HSV(B) | 213.75º | 0.25% | 1% | - |
| XYZ | 64.87 | 68.96 | 104.5 | - |
| YUV | 214.73 | 150.72 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 255 | 0.25 | 0.14 | 0 | 0 | 213.75 | 1 | 0.87 |
| Hex | BF | DB | FF | 19 | E | 0 | 0 | D6 | 64 | 57 |
| Octal | 277 | 333 | 377 | 31 | 16 | 0 | 0 | 326 | 144 | 127 |
| Binary | 10111111 | 11011011 | 11111111 | 11001 | 1110 | 0 | 0 | 11010110 | 1100100 | 1010111 |
Color Harmonies of #BFDBFF
Complementary color
Monochromatic Colors of #BFDBFF
Black with #BFDBFF
Text Example
Text Example
White with #BFDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDBFF; }
p { color: rgb(191,219,255); }
H1.HeaderClassName
{
color: #BFDBFF;
}
.AnyTagClassName
{
color: #BFDBFF;
}
</style>
background-color css
<style>
a { background-color: #BFDBFF; }
a { background-color: rgb(191,219,255); }
div.DivClassName
{
background-color: #BFDBFF;
}
.BgClassName
{
background-color: #BFDBFF;
}
</style>
border-color css
<style>
span { border-color: #BFDBFF; }
span { border-color: rgb(191,219,255); }
td.TdClassName
{
border-color: #BFDBFF;
}
.TagClassName
{
border-color: #BFDBFF;
}
</style>