Html Css Color HEX #B1DBFE Pale Cornflower Blue
📋 copy color: '#B1DBFE'red 177 ◦ green 219 ◦ blue 254
Shades of Pale Cornflower Blue #B1DBFE
Tints of Pale Cornflower Blue #B1DBFE
RGB
CMYK
RGB Variations
Color information
#B1DBFE (or 0xB1DBFE) is known color: Pale Cornflower Blue. HEX triplet: B1, DB and FE. RGB value is (177,219,254). Sum of RGB (Red+Green+Blue) = 177+219+254=650 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.23% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1DBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DBFE is #4E2401. Grayscale: #D2D2D2. Windows color (decimal): -5121026 or 16702385. OLE color: 16702385.
HSL color Cylindrical-coordinate representation of color #B1DBFE: hue angle of 207.27º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1DBFE is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 219 | 254 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.00 |
| HSL | 207.27º | 0.97% | 0.85% | - |
| HSV(B) | 207.27º | 0.3% | 1% | - |
| XYZ | 61.35 | 67.17 | 103.5 | - |
| YUV | 210.43 | 152.59 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 254 | 0.30 | 0.14 | 0 | 0.00 | 207.27 | 0.97 | 0.85 |
| Hex | B1 | DB | FE | 1E | E | 0 | 0 | CF | 61 | 55 |
| Octal | 261 | 333 | 376 | 36 | 16 | 0 | 0 | 317 | 141 | 125 |
| Binary | 10110001 | 11011011 | 11111110 | 11110 | 1110 | 0 | 0 | 11001111 | 1100001 | 1010101 |
Color Harmonies of #B1DBFE
Complementary color
Monochromatic Colors of #B1DBFE
Black with #B1DBFE
Text Example
Text Example
White with #B1DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DBFE; }
p { color: rgb(177,219,254); }
H1.HeaderClassName
{
color: #B1DBFE;
}
.AnyTagClassName
{
color: #B1DBFE;
}
</style>
background-color css
<style>
a { background-color: #B1DBFE; }
a { background-color: rgb(177,219,254); }
div.DivClassName
{
background-color: #B1DBFE;
}
.BgClassName
{
background-color: #B1DBFE;
}
</style>
border-color css
<style>
span { border-color: #B1DBFE; }
span { border-color: rgb(177,219,254); }
td.TdClassName
{
border-color: #B1DBFE;
}
.TagClassName
{
border-color: #B1DBFE;
}
</style>