#BFD9FB

Color #BFD9FB Hawkes Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hawkes Blue #BFD9FB

Tints of Hawkes Blue #BFD9FB

Color information

#BFD9FB (or 0xBFD9FB) is unknown color: approx Hawkes Blue. HEX triplet: BF, D9 and FB. RGB value is (191,217,251). Sum of RGB (Red+Green+Blue) = 191+217+251=659 (87% of max value = 765). Red value is 191 (75% from 255 or 28.98% from 659); Green value is 217 (85.16% from 255 or 32.93% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFD9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD9FB is #402604. Grayscale: #D4D4D4. Windows color (decimal): -4204037 or 16505279. OLE color: 16505279.

HSL color Cylindrical-coordinate representation of color #BFD9FB: hue angle of 214º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFD9FB is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191217251-
CMYK0.240.1400.02
HSL214º88.24%86.67%-
HSV(B)214º23.9%98.43%-
XYZ63.7167.67100.97-
YUV213.1149.39112.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 28.98%
GREEN value IS 217 (85.16% from 255) = 32.93%
BLUE value IS 251 (98.44% from 255) = 38.09%
R=28.98%
G=32.93%
B=38.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912172510.240.1400.0221488.2486.67
HexBFD9FB18E02d65857
Octal277331373301602326130127
Binary1011111111011001111110111100011100101101011010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD9FB; }

 p { color: rgb(191,217,251); }

 H1.HeaderClassName
 {
   color: #BFD9FB;
 }
 .AnyTagClassName
 {
   color: #BFD9FB;
 }
</style>
background-color css

<style>
 a { background-color: #BFD9FB; }

 a { background-color: rgb(191,217,251); }

 div.DivClassName
 {
   background-color: #BFD9FB;
 }
 .BgClassName
 {
   background-color: #BFD9FB;
 }
</style>
border-color css

<style>
 span { border-color: #BFD9FB; }

 span { border-color: rgb(191,217,251); }

 td.TdClassName
 {
   border-color: #BFD9FB;
 }
 .TagClassName
 {
   border-color: #BFD9FB;
 }
</style>