Shades of Hawkes Blue #BFDAFE
Tints of Hawkes Blue #BFDAFE
RGB
CMYK
RGB Variations
Color information
#BFDAFE (or 0xBFDAFE) is known color: Hawkes Blue. HEX triplet: BF, DA and FE. RGB value is (191,218,254). Sum of RGB (Red+Green+Blue) = 191+218+254=663 (87% of max value = 765). Red value is 191 (75% from 255 or 28.81% from 663); Green value is 218 (85.55% from 255 or 32.88% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFDAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDAFE is #402501. Grayscale: #D5D5D5. Windows color (decimal): -4203778 or 16702143. OLE color: 16702143.
HSL color Cylindrical-coordinate representation of color #BFDAFE: hue angle of 214.29º 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 #BFDAFE is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 218 | 254 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.00 |
| HSL | 214.29º | 0.97% | 0.87% | - |
| HSV(B) | 214.29º | 0.25% | 1% | - |
| XYZ | 64.45 | 68.37 | 103.57 | - |
| YUV | 214.03 | 150.55 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 254 | 0.25 | 0.14 | 0 | 0.00 | 214.29 | 0.97 | 0.87 |
| Hex | BF | DA | FE | 19 | E | 0 | 0 | D6 | 61 | 57 |
| Octal | 277 | 332 | 376 | 31 | 16 | 0 | 0 | 326 | 141 | 127 |
| Binary | 10111111 | 11011010 | 11111110 | 11001 | 1110 | 0 | 0 | 11010110 | 1100001 | 1010111 |
Color Harmonies of #BFDAFE
Complementary color
Monochromatic Colors of #BFDAFE
Black with #BFDAFE
Text Example
Text Example
White with #BFDAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDAFE; }
p { color: rgb(191,218,254); }
H1.HeaderClassName
{
color: #BFDAFE;
}
.AnyTagClassName
{
color: #BFDAFE;
}
</style>
background-color css
<style>
a { background-color: #BFDAFE; }
a { background-color: rgb(191,218,254); }
div.DivClassName
{
background-color: #BFDAFE;
}
.BgClassName
{
background-color: #BFDAFE;
}
</style>
border-color css
<style>
span { border-color: #BFDAFE; }
span { border-color: rgb(191,218,254); }
td.TdClassName
{
border-color: #BFDAFE;
}
.TagClassName
{
border-color: #BFDAFE;
}
</style>