Html Css Color HEX #B8D9FB Pale Cornflower Blue
📋 copy color: '#B8D9FB'red 184 ◦ green 217 ◦ blue 251
Shades of Pale Cornflower Blue #B8D9FB
Tints of Pale Cornflower Blue #B8D9FB
RGB
CMYK
RGB Variations
Color information
#B8D9FB (or 0xB8D9FB) is known color: Pale Cornflower Blue. HEX triplet: B8, D9 and FB. RGB value is (184,217,251). Sum of RGB (Red+Green+Blue) = 184+217+251=652 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.22% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #B8D9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D9FB is #472604. Grayscale: #D2D2D2. Windows color (decimal): -4662789 or 16505272. OLE color: 16505272.
HSL color Cylindrical-coordinate representation of color #B8D9FB: hue angle of 210.45º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8D9FB is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 217 | 251 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.02 |
| HSL | 210.45º | 0.89% | 0.85% | - |
| HSV(B) | 210.45º | 0.27% | 0.98% | - |
| XYZ | 61.99 | 66.78 | 100.89 | - |
| YUV | 211.01 | 150.57 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 217 | 251 | 0.27 | 0.14 | 0 | 0.02 | 210.45 | 0.89 | 0.85 |
| Hex | B8 | D9 | FB | 1B | E | 0 | 2 | D2 | 59 | 55 |
| Octal | 270 | 331 | 373 | 33 | 16 | 0 | 2 | 322 | 131 | 125 |
| Binary | 10111000 | 11011001 | 11111011 | 11011 | 1110 | 0 | 10 | 11010010 | 1011001 | 1010101 |
Color Harmonies of #B8D9FB
Complementary color
Monochromatic Colors of #B8D9FB
Black with #B8D9FB
Text Example
Text Example
White with #B8D9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D9FB; }
p { color: rgb(184,217,251); }
H1.HeaderClassName
{
color: #B8D9FB;
}
.AnyTagClassName
{
color: #B8D9FB;
}
</style>
background-color css
<style>
a { background-color: #B8D9FB; }
a { background-color: rgb(184,217,251); }
div.DivClassName
{
background-color: #B8D9FB;
}
.BgClassName
{
background-color: #B8D9FB;
}
</style>
border-color css
<style>
span { border-color: #B8D9FB; }
span { border-color: rgb(184,217,251); }
td.TdClassName
{
border-color: #B8D9FB;
}
.TagClassName
{
border-color: #B8D9FB;
}
</style>