Html Css Color HEX #B5D5F9 Pale Cornflower Blue
📋 copy color: '#B5D5F9'red 181 ◦ green 213 ◦ blue 249
Shades of Pale Cornflower Blue #B5D5F9
Tints of Pale Cornflower Blue #B5D5F9
RGB
CMYK
RGB Variations
Color information
#B5D5F9 (or 0xB5D5F9) is known color: Pale Cornflower Blue. HEX triplet: B5, D5 and F9. RGB value is (181,213,249). Sum of RGB (Red+Green+Blue) = 181+213+249=643 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.15% from 643); Green value is 213 (83.59% from 255 or 33.13% from 643); Blue value is 249 (97.66% from 255 or 38.72% from 643); Max value from RGB is 249 - color contains mainly: blue. Hex color #B5D5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5D5F9 is #4A2A06. Grayscale: #CFCFCF. Windows color (decimal): -4860423 or 16373173. OLE color: 16373173.
HSL color Cylindrical-coordinate representation of color #B5D5F9: hue angle of 211.76º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5D5F9 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 213 | 249 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.02 |
| HSL | 211.76º | 0.85% | 0.84% | - |
| HSV(B) | 211.76º | 0.27% | 0.98% | - |
| XYZ | 59.95 | 64.25 | 98.86 | - |
| YUV | 207.54 | 151.4 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 213 | 249 | 0.27 | 0.14 | 0 | 0.02 | 211.76 | 0.85 | 0.84 |
| Hex | B5 | D5 | F9 | 1B | E | 0 | 2 | D4 | 55 | 54 |
| Octal | 265 | 325 | 371 | 33 | 16 | 0 | 2 | 324 | 125 | 124 |
| Binary | 10110101 | 11010101 | 11111001 | 11011 | 1110 | 0 | 10 | 11010100 | 1010101 | 1010100 |
Color Harmonies of #B5D5F9
Complementary color
Monochromatic Colors of #B5D5F9
Black with #B5D5F9
Text Example
Text Example
White with #B5D5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D5F9; }
p { color: rgb(181,213,249); }
H1.HeaderClassName
{
color: #B5D5F9;
}
.AnyTagClassName
{
color: #B5D5F9;
}
</style>
background-color css
<style>
a { background-color: #B5D5F9; }
a { background-color: rgb(181,213,249); }
div.DivClassName
{
background-color: #B5D5F9;
}
.BgClassName
{
background-color: #B5D5F9;
}
</style>
border-color css
<style>
span { border-color: #B5D5F9; }
span { border-color: rgb(181,213,249); }
td.TdClassName
{
border-color: #B5D5F9;
}
.TagClassName
{
border-color: #B5D5F9;
}
</style>