Html Css Color HEX #B7E1FD Pale Cornflower Blue
📋 copy color: '#B7E1FD'red 183 ◦ green 225 ◦ blue 253
Shades of Pale Cornflower Blue #B7E1FD
Tints of Pale Cornflower Blue #B7E1FD
RGB
CMYK
RGB Variations
Color information
#B7E1FD (or 0xB7E1FD) is known color: Pale Cornflower Blue. HEX triplet: B7, E1 and FD. RGB value is (183,225,253). Sum of RGB (Red+Green+Blue) = 183+225+253=661 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.69% from 661); Green value is 225 (88.28% from 255 or 34.04% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #B7E1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7E1FD is #481E02. Grayscale: #D7D7D7. Windows color (decimal): -4726275 or 16638391. OLE color: 16638391.
HSL color Cylindrical-coordinate representation of color #B7E1FD: hue angle of 204º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7E1FD is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 225 | 253 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.01 |
| HSL | 204º | 0.95% | 0.85% | - |
| HSV(B) | 204º | 0.28% | 0.99% | - |
| XYZ | 64.18 | 71.01 | 103.25 | - |
| YUV | 215.63 | 149.09 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 225 | 253 | 0.28 | 0.11 | 0 | 0.01 | 204 | 0.95 | 0.85 |
| Hex | B7 | E1 | FD | 1C | B | 0 | 1 | CC | 5F | 55 |
| Octal | 267 | 341 | 375 | 34 | 13 | 0 | 1 | 314 | 137 | 125 |
| Binary | 10110111 | 11100001 | 11111101 | 11100 | 1011 | 0 | 1 | 11001100 | 1011111 | 1010101 |
Color Harmonies of #B7E1FD
Complementary color
Monochromatic Colors of #B7E1FD
Black with #B7E1FD
Text Example
Text Example
White with #B7E1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E1FD; }
p { color: rgb(183,225,253); }
H1.HeaderClassName
{
color: #B7E1FD;
}
.AnyTagClassName
{
color: #B7E1FD;
}
</style>
background-color css
<style>
a { background-color: #B7E1FD; }
a { background-color: rgb(183,225,253); }
div.DivClassName
{
background-color: #B7E1FD;
}
.BgClassName
{
background-color: #B7E1FD;
}
</style>
border-color css
<style>
span { border-color: #B7E1FD; }
span { border-color: rgb(183,225,253); }
td.TdClassName
{
border-color: #B7E1FD;
}
.TagClassName
{
border-color: #B7E1FD;
}
</style>