Html Css Color HEX #B8D7EF Pale Cornflower Blue
📋 copy color: '#B8D7EF'red 184 ◦ green 215 ◦ blue 239
Shades of Pale Cornflower Blue #B8D7EF
Tints of Pale Cornflower Blue #B8D7EF
RGB
CMYK
RGB Variations
Color information
#B8D7EF (or 0xB8D7EF) is known color: Pale Cornflower Blue. HEX triplet: B8, D7 and EF. RGB value is (184,215,239). Sum of RGB (Red+Green+Blue) = 184+215+239=638 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.84% from 638); Green value is 215 (84.38% from 255 or 33.70% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8D7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D7EF is #472810. Grayscale: #D0D0D0. Windows color (decimal): -4663313 or 15718328. OLE color: 15718328.
HSL color Cylindrical-coordinate representation of color #B8D7EF: hue angle of 206.18º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8D7EF is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 215 | 239 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.06 |
| HSL | 206.18º | 0.63% | 0.83% | - |
| HSV(B) | 206.18º | 0.23% | 0.94% | - |
| XYZ | 59.65 | 65.02 | 91.07 | - |
| YUV | 208.47 | 145.23 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 215 | 239 | 0.23 | 0.10 | 0 | 0.06 | 206.18 | 0.63 | 0.83 |
| Hex | B8 | D7 | EF | 17 | A | 0 | 6 | CE | 3F | 53 |
| Octal | 270 | 327 | 357 | 27 | 12 | 0 | 6 | 316 | 77 | 123 |
| Binary | 10111000 | 11010111 | 11101111 | 10111 | 1010 | 0 | 110 | 11001110 | 111111 | 1010011 |
Color Harmonies of #B8D7EF
Complementary color
Monochromatic Colors of #B8D7EF
Black with #B8D7EF
Text Example
Text Example
White with #B8D7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D7EF; }
p { color: rgb(184,215,239); }
H1.HeaderClassName
{
color: #B8D7EF;
}
.AnyTagClassName
{
color: #B8D7EF;
}
</style>
background-color css
<style>
a { background-color: #B8D7EF; }
a { background-color: rgb(184,215,239); }
div.DivClassName
{
background-color: #B8D7EF;
}
.BgClassName
{
background-color: #B8D7EF;
}
</style>
border-color css
<style>
span { border-color: #B8D7EF; }
span { border-color: rgb(184,215,239); }
td.TdClassName
{
border-color: #B8D7EF;
}
.TagClassName
{
border-color: #B8D7EF;
}
</style>