Html Css Color HEX #B8DBFB Pale Cornflower Blue
📋 copy color: '#B8DBFB'red 184 ◦ green 219 ◦ blue 251
Shades of Pale Cornflower Blue #B8DBFB
Tints of Pale Cornflower Blue #B8DBFB
RGB
CMYK
RGB Variations
Color information
#B8DBFB (or 0xB8DBFB) is known color: Pale Cornflower Blue. HEX triplet: B8, DB and FB. RGB value is (184,219,251). Sum of RGB (Red+Green+Blue) = 184+219+251=654 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.13% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #B8DBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DBFB is #472404. Grayscale: #D4D4D4. Windows color (decimal): -4662277 or 16505784. OLE color: 16505784.
HSL color Cylindrical-coordinate representation of color #B8DBFB: hue angle of 208.66º 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 #B8DBFB is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 219 | 251 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.02 |
| HSL | 208.66º | 0.89% | 0.85% | - |
| HSV(B) | 208.66º | 0.27% | 0.98% | - |
| XYZ | 62.51 | 67.82 | 101.06 | - |
| YUV | 212.18 | 149.9 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 219 | 251 | 0.27 | 0.13 | 0 | 0.02 | 208.66 | 0.89 | 0.85 |
| Hex | B8 | DB | FB | 1B | D | 0 | 2 | D1 | 59 | 55 |
| Octal | 270 | 333 | 373 | 33 | 15 | 0 | 2 | 321 | 131 | 125 |
| Binary | 10111000 | 11011011 | 11111011 | 11011 | 1101 | 0 | 10 | 11010001 | 1011001 | 1010101 |
Color Harmonies of #B8DBFB
Complementary color
Monochromatic Colors of #B8DBFB
Black with #B8DBFB
Text Example
Text Example
White with #B8DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DBFB; }
p { color: rgb(184,219,251); }
H1.HeaderClassName
{
color: #B8DBFB;
}
.AnyTagClassName
{
color: #B8DBFB;
}
</style>
background-color css
<style>
a { background-color: #B8DBFB; }
a { background-color: rgb(184,219,251); }
div.DivClassName
{
background-color: #B8DBFB;
}
.BgClassName
{
background-color: #B8DBFB;
}
</style>
border-color css
<style>
span { border-color: #B8DBFB; }
span { border-color: rgb(184,219,251); }
td.TdClassName
{
border-color: #B8DBFB;
}
.TagClassName
{
border-color: #B8DBFB;
}
</style>