Html Css Color HEX #B8D5EF Pale Cornflower Blue
📋 copy color: '#B8D5EF'red 184 ◦ green 213 ◦ blue 239
Shades of Pale Cornflower Blue #B8D5EF
Tints of Pale Cornflower Blue #B8D5EF
RGB
CMYK
RGB Variations
Color information
#B8D5EF (or 0xB8D5EF) is known color: Pale Cornflower Blue. HEX triplet: B8, D5 and EF. RGB value is (184,213,239). Sum of RGB (Red+Green+Blue) = 184+213+239=636 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.93% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8D5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D5EF is #472A10. Grayscale: #CFCFCF. Windows color (decimal): -4663825 or 15717816. OLE color: 15717816.
HSL color Cylindrical-coordinate representation of color #B8D5EF: hue angle of 208.36º 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 #B8D5EF is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 213 | 239 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.06 |
| HSL | 208.36º | 0.63% | 0.83% | - |
| HSV(B) | 208.36º | 0.23% | 0.94% | - |
| XYZ | 59.14 | 64.01 | 90.9 | - |
| YUV | 207.29 | 145.89 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 213 | 239 | 0.23 | 0.11 | 0 | 0.06 | 208.36 | 0.63 | 0.83 |
| Hex | B8 | D5 | EF | 17 | B | 0 | 6 | D0 | 3F | 53 |
| Octal | 270 | 325 | 357 | 27 | 13 | 0 | 6 | 320 | 77 | 123 |
| Binary | 10111000 | 11010101 | 11101111 | 10111 | 1011 | 0 | 110 | 11010000 | 111111 | 1010011 |
Color Harmonies of #B8D5EF
Complementary color
Monochromatic Colors of #B8D5EF
Black with #B8D5EF
Text Example
Text Example
White with #B8D5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D5EF; }
p { color: rgb(184,213,239); }
H1.HeaderClassName
{
color: #B8D5EF;
}
.AnyTagClassName
{
color: #B8D5EF;
}
</style>
background-color css
<style>
a { background-color: #B8D5EF; }
a { background-color: rgb(184,213,239); }
div.DivClassName
{
background-color: #B8D5EF;
}
.BgClassName
{
background-color: #B8D5EF;
}
</style>
border-color css
<style>
span { border-color: #B8D5EF; }
span { border-color: rgb(184,213,239); }
td.TdClassName
{
border-color: #B8D5EF;
}
.TagClassName
{
border-color: #B8D5EF;
}
</style>