Html Css Color HEX #B8E1FE Pale Cornflower Blue
📋 copy color: '#B8E1FE'red 184 ◦ green 225 ◦ blue 254
Shades of Pale Cornflower Blue #B8E1FE
Tints of Pale Cornflower Blue #B8E1FE
RGB
CMYK
RGB Variations
Color information
#B8E1FE (or 0xB8E1FE) is known color: Pale Cornflower Blue. HEX triplet: B8, E1 and FE. RGB value is (184,225,254). Sum of RGB (Red+Green+Blue) = 184+225+254=663 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.75% from 663); Green value is 225 (88.28% from 255 or 33.94% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8E1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8E1FE is #471E01. Grayscale: #D7D7D7. Windows color (decimal): -4660738 or 16703928. OLE color: 16703928.
HSL color Cylindrical-coordinate representation of color #B8E1FE: hue angle of 204.86º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8E1FE is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 225 | 254 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.00 |
| HSL | 204.86º | 0.97% | 0.86% | - |
| HSV(B) | 204.86º | 0.28% | 1% | - |
| XYZ | 64.58 | 71.2 | 104.1 | - |
| YUV | 216.05 | 149.42 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 225 | 254 | 0.28 | 0.11 | 0 | 0.00 | 204.86 | 0.97 | 0.86 |
| Hex | B8 | E1 | FE | 1C | B | 0 | 0 | CD | 61 | 56 |
| Octal | 270 | 341 | 376 | 34 | 13 | 0 | 0 | 315 | 141 | 126 |
| Binary | 10111000 | 11100001 | 11111110 | 11100 | 1011 | 0 | 0 | 11001101 | 1100001 | 1010110 |
Color Harmonies of #B8E1FE
Complementary color
Monochromatic Colors of #B8E1FE
Black with #B8E1FE
Text Example
Text Example
White with #B8E1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E1FE; }
p { color: rgb(184,225,254); }
H1.HeaderClassName
{
color: #B8E1FE;
}
.AnyTagClassName
{
color: #B8E1FE;
}
</style>
background-color css
<style>
a { background-color: #B8E1FE; }
a { background-color: rgb(184,225,254); }
div.DivClassName
{
background-color: #B8E1FE;
}
.BgClassName
{
background-color: #B8E1FE;
}
</style>
border-color css
<style>
span { border-color: #B8E1FE; }
span { border-color: rgb(184,225,254); }
td.TdClassName
{
border-color: #B8E1FE;
}
.TagClassName
{
border-color: #B8E1FE;
}
</style>