Shades of Hawkes Blue #BFDAFD
Tints of Hawkes Blue #BFDAFD
RGB
CMYK
RGB Variations
Color information
#BFDAFD (or 0xBFDAFD) is known color: Hawkes Blue. HEX triplet: BF, DA and FD. RGB value is (191,218,253). Sum of RGB (Red+Green+Blue) = 191+218+253=662 (87% of max value = 765). Red value is 191 (75% from 255 or 28.85% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFDAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDAFD is #402502. Grayscale: #D5D5D5. Windows color (decimal): -4203779 or 16636607. OLE color: 16636607.
HSL color Cylindrical-coordinate representation of color #BFDAFD: hue angle of 213.87º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFDAFD is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 191 | 218 | 253 | - |
CMYK | 0.25 | 0.14 | 0 | 0.01 |
HSL | 213.87º | 0.94% | 0.87% | - |
HSV(B) | 213.87º | 0.25% | 0.99% | - |
XYZ | 64.29 | 68.31 | 102.73 | - |
YUV | 213.92 | 150.05 | 111.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 218 | 253 | 0.25 | 0.14 | 0 | 0.01 | 213.87 | 0.94 | 0.87 |
Hex | BF | DA | FD | 19 | E | 0 | 1 | D6 | 5E | 57 |
Octal | 277 | 332 | 375 | 31 | 16 | 0 | 1 | 326 | 136 | 127 |
Binary | 10111111 | 11011010 | 11111101 | 11001 | 1110 | 0 | 1 | 11010110 | 1011110 | 1010111 |
Color Harmonies of #BFDAFD
Complementary color
Monochromatic Colors of #BFDAFD
Black with #BFDAFD
Text Example
Text Example
White with #BFDAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDAFD; }
p { color: rgb(191,218,253); }
H1.HeaderClassName
{
color: #BFDAFD;
}
.AnyTagClassName
{
color: #BFDAFD;
}
</style>
background-color css
<style>
a { background-color: #BFDAFD; }
a { background-color: rgb(191,218,253); }
div.DivClassName
{
background-color: #BFDAFD;
}
.BgClassName
{
background-color: #BFDAFD;
}
</style>
border-color css
<style>
span { border-color: #BFDAFD; }
span { border-color: rgb(191,218,253); }
td.TdClassName
{
border-color: #BFDAFD;
}
.TagClassName
{
border-color: #BFDAFD;
}
</style>