Html Css Color HEX #B8DBFC Pale Cornflower Blue
📋 copy color: '#B8DBFC'red 184 ◦ green 219 ◦ blue 252
Shades of Pale Cornflower Blue #B8DBFC
Tints of Pale Cornflower Blue #B8DBFC
RGB
CMYK
RGB Variations
Color information
#B8DBFC (or 0xB8DBFC) is known color: Pale Cornflower Blue. HEX triplet: B8, DB and FC. RGB value is (184,219,252). Sum of RGB (Red+Green+Blue) = 184+219+252=655 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.09% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #B8DBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DBFC is #472403. Grayscale: #D4D4D4. Windows color (decimal): -4662276 or 16571320. OLE color: 16571320.
HSL color Cylindrical-coordinate representation of color #B8DBFC: hue angle of 209.12º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8DBFC is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 219 | 252 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.01 |
| HSL | 209.12º | 0.92% | 0.85% | - |
| HSV(B) | 209.12º | 0.27% | 0.99% | - |
| XYZ | 62.67 | 67.88 | 101.89 | - |
| YUV | 212.3 | 150.4 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 219 | 252 | 0.27 | 0.13 | 0 | 0.01 | 209.12 | 0.92 | 0.85 |
| Hex | B8 | DB | FC | 1B | D | 0 | 1 | D1 | 5C | 55 |
| Octal | 270 | 333 | 374 | 33 | 15 | 0 | 1 | 321 | 134 | 125 |
| Binary | 10111000 | 11011011 | 11111100 | 11011 | 1101 | 0 | 1 | 11010001 | 1011100 | 1010101 |
Color Harmonies of #B8DBFC
Complementary color
Monochromatic Colors of #B8DBFC
Black with #B8DBFC
Text Example
Text Example
White with #B8DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DBFC; }
p { color: rgb(184,219,252); }
H1.HeaderClassName
{
color: #B8DBFC;
}
.AnyTagClassName
{
color: #B8DBFC;
}
</style>
background-color css
<style>
a { background-color: #B8DBFC; }
a { background-color: rgb(184,219,252); }
div.DivClassName
{
background-color: #B8DBFC;
}
.BgClassName
{
background-color: #B8DBFC;
}
</style>
border-color css
<style>
span { border-color: #B8DBFC; }
span { border-color: rgb(184,219,252); }
td.TdClassName
{
border-color: #B8DBFC;
}
.TagClassName
{
border-color: #B8DBFC;
}
</style>