Shades of Hawkes Blue #BFDBFE
Tints of Hawkes Blue #BFDBFE
RGB
CMYK
RGB Variations
Color information
#BFDBFE (or 0xBFDBFE) is known color: Hawkes Blue. HEX triplet: BF, DB and FE. RGB value is (191,219,254). Sum of RGB (Red+Green+Blue) = 191+219+254=664 (87% of max value = 765). Red value is 191 (75% from 255 or 28.77% from 664); Green value is 219 (85.94% from 255 or 32.98% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFDBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDBFE is #402401. Grayscale: #D6D6D6. Windows color (decimal): -4203522 or 16702399. OLE color: 16702399.
HSL color Cylindrical-coordinate representation of color #BFDBFE: hue angle of 213.33º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFDBFE is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 219 | 254 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.00 |
| HSL | 213.33º | 0.97% | 0.87% | - |
| HSV(B) | 213.33º | 0.25% | 1% | - |
| XYZ | 64.71 | 68.9 | 103.65 | - |
| YUV | 214.62 | 150.22 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 254 | 0.25 | 0.14 | 0 | 0.00 | 213.33 | 0.97 | 0.87 |
| Hex | BF | DB | FE | 19 | E | 0 | 0 | D5 | 61 | 57 |
| Octal | 277 | 333 | 376 | 31 | 16 | 0 | 0 | 325 | 141 | 127 |
| Binary | 10111111 | 11011011 | 11111110 | 11001 | 1110 | 0 | 0 | 11010101 | 1100001 | 1010111 |
Color Harmonies of #BFDBFE
Complementary color
Monochromatic Colors of #BFDBFE
Black with #BFDBFE
Text Example
Text Example
White with #BFDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDBFE; }
p { color: rgb(191,219,254); }
H1.HeaderClassName
{
color: #BFDBFE;
}
.AnyTagClassName
{
color: #BFDBFE;
}
</style>
background-color css
<style>
a { background-color: #BFDBFE; }
a { background-color: rgb(191,219,254); }
div.DivClassName
{
background-color: #BFDBFE;
}
.BgClassName
{
background-color: #BFDBFE;
}
</style>
border-color css
<style>
span { border-color: #BFDBFE; }
span { border-color: rgb(191,219,254); }
td.TdClassName
{
border-color: #BFDBFE;
}
.TagClassName
{
border-color: #BFDBFE;
}
</style>