Html Css Color HEX #B5D3EF Pale Cornflower Blue
📋 copy color: '#B5D3EF'red 181 ◦ green 211 ◦ blue 239
Shades of Pale Cornflower Blue #B5D3EF
Tints of Pale Cornflower Blue #B5D3EF
RGB
CMYK
RGB Variations
Color information
#B5D3EF (or 0xB5D3EF) is known color: Pale Cornflower Blue. HEX triplet: B5, D3 and EF. RGB value is (181,211,239). Sum of RGB (Red+Green+Blue) = 181+211+239=631 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.68% from 631); Green value is 211 (82.81% from 255 or 33.44% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5D3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5D3EF is #4A2C10. Grayscale: #CDCDCD. Windows color (decimal): -4860945 or 15717301. OLE color: 15717301.
HSL color Cylindrical-coordinate representation of color #B5D3EF: hue angle of 208.97º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5D3EF is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 211 | 239 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.06 |
| HSL | 208.97º | 0.64% | 0.82% | - |
| HSV(B) | 208.97º | 0.24% | 0.94% | - |
| XYZ | 57.93 | 62.64 | 90.7 | - |
| YUV | 205.22 | 147.06 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 211 | 239 | 0.24 | 0.12 | 0 | 0.06 | 208.97 | 0.64 | 0.82 |
| Hex | B5 | D3 | EF | 18 | C | 0 | 6 | D1 | 40 | 52 |
| Octal | 265 | 323 | 357 | 30 | 14 | 0 | 6 | 321 | 100 | 122 |
| Binary | 10110101 | 11010011 | 11101111 | 11000 | 1100 | 0 | 110 | 11010001 | 1000000 | 1010010 |
Color Harmonies of #B5D3EF
Complementary color
Monochromatic Colors of #B5D3EF
Black with #B5D3EF
Text Example
Text Example
White with #B5D3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D3EF; }
p { color: rgb(181,211,239); }
H1.HeaderClassName
{
color: #B5D3EF;
}
.AnyTagClassName
{
color: #B5D3EF;
}
</style>
background-color css
<style>
a { background-color: #B5D3EF; }
a { background-color: rgb(181,211,239); }
div.DivClassName
{
background-color: #B5D3EF;
}
.BgClassName
{
background-color: #B5D3EF;
}
</style>
border-color css
<style>
span { border-color: #B5D3EF; }
span { border-color: rgb(181,211,239); }
td.TdClassName
{
border-color: #B5D3EF;
}
.TagClassName
{
border-color: #B5D3EF;
}
</style>