Html Css Color HEX #B5D8FE Pale Cornflower Blue
📋 copy color: '#B5D8FE'red 181 ◦ green 216 ◦ blue 254
Shades of Pale Cornflower Blue #B5D8FE
Tints of Pale Cornflower Blue #B5D8FE
RGB
CMYK
RGB Variations
Color information
#B5D8FE (or 0xB5D8FE) is known color: Pale Cornflower Blue. HEX triplet: B5, D8 and FE. RGB value is (181,216,254). Sum of RGB (Red+Green+Blue) = 181+216+254=651 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.80% from 651); Green value is 216 (84.77% from 255 or 33.18% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5D8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5D8FE is #4A2701. Grayscale: #D1D1D1. Windows color (decimal): -4859650 or 16701621. OLE color: 16701621.
HSL color Cylindrical-coordinate representation of color #B5D8FE: hue angle of 211.23º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5D8FE is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 216 | 254 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.00 |
| HSL | 211.23º | 0.97% | 0.85% | - |
| HSV(B) | 211.23º | 0.29% | 1% | - |
| XYZ | 61.5 | 66.09 | 103.28 | - |
| YUV | 209.87 | 152.9 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 254 | 0.29 | 0.15 | 0 | 0.00 | 211.23 | 0.97 | 0.85 |
| Hex | B5 | D8 | FE | 1D | F | 0 | 0 | D3 | 61 | 55 |
| Octal | 265 | 330 | 376 | 35 | 17 | 0 | 0 | 323 | 141 | 125 |
| Binary | 10110101 | 11011000 | 11111110 | 11101 | 1111 | 0 | 0 | 11010011 | 1100001 | 1010101 |
Color Harmonies of #B5D8FE
Complementary color
Monochromatic Colors of #B5D8FE
Black with #B5D8FE
Text Example
Text Example
White with #B5D8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D8FE; }
p { color: rgb(181,216,254); }
H1.HeaderClassName
{
color: #B5D8FE;
}
.AnyTagClassName
{
color: #B5D8FE;
}
</style>
background-color css
<style>
a { background-color: #B5D8FE; }
a { background-color: rgb(181,216,254); }
div.DivClassName
{
background-color: #B5D8FE;
}
.BgClassName
{
background-color: #B5D8FE;
}
</style>
border-color css
<style>
span { border-color: #B5D8FE; }
span { border-color: rgb(181,216,254); }
td.TdClassName
{
border-color: #B5D8FE;
}
.TagClassName
{
border-color: #B5D8FE;
}
</style>