Html Css Color HEX #B1D5EE Pale Cornflower Blue
📋 copy color: '#B1D5EE'red 177 ◦ green 213 ◦ blue 238
Shades of Pale Cornflower Blue #B1D5EE
Tints of Pale Cornflower Blue #B1D5EE
RGB
CMYK
RGB Variations
Color information
#B1D5EE (or 0xB1D5EE) is known color: Pale Cornflower Blue. HEX triplet: B1, D5 and EE. RGB value is (177,213,238). Sum of RGB (Red+Green+Blue) = 177+213+238=628 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.18% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #B1D5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D5EE is #4E2A11. Grayscale: #CCCCCC. Windows color (decimal): -5122578 or 15652273. OLE color: 15652273.
HSL color Cylindrical-coordinate representation of color #B1D5EE: hue angle of 204.59º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1D5EE is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 213 | 238 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.07 |
| HSL | 204.59º | 0.64% | 0.81% | - |
| HSV(B) | 204.59º | 0.26% | 0.93% | - |
| XYZ | 57.36 | 63.11 | 90.05 | - |
| YUV | 205.09 | 146.57 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 213 | 238 | 0.26 | 0.11 | 0 | 0.07 | 204.59 | 0.64 | 0.81 |
| Hex | B1 | D5 | EE | 1A | B | 0 | 7 | CD | 40 | 51 |
| Octal | 261 | 325 | 356 | 32 | 13 | 0 | 7 | 315 | 100 | 121 |
| Binary | 10110001 | 11010101 | 11101110 | 11010 | 1011 | 0 | 111 | 11001101 | 1000000 | 1010001 |
Color Harmonies of #B1D5EE
Complementary color
Monochromatic Colors of #B1D5EE
Black with #B1D5EE
Text Example
Text Example
White with #B1D5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D5EE; }
p { color: rgb(177,213,238); }
H1.HeaderClassName
{
color: #B1D5EE;
}
.AnyTagClassName
{
color: #B1D5EE;
}
</style>
background-color css
<style>
a { background-color: #B1D5EE; }
a { background-color: rgb(177,213,238); }
div.DivClassName
{
background-color: #B1D5EE;
}
.BgClassName
{
background-color: #B1D5EE;
}
</style>
border-color css
<style>
span { border-color: #B1D5EE; }
span { border-color: rgb(177,213,238); }
td.TdClassName
{
border-color: #B1D5EE;
}
.TagClassName
{
border-color: #B1D5EE;
}
</style>