Html Css Color HEX #B1DBFC Pale Cornflower Blue
📋 copy color: '#B1DBFC'red 177 ◦ green 219 ◦ blue 252
Shades of Pale Cornflower Blue #B1DBFC
Tints of Pale Cornflower Blue #B1DBFC
RGB
CMYK
RGB Variations
Color information
#B1DBFC (or 0xB1DBFC) is known color: Pale Cornflower Blue. HEX triplet: B1, DB and FC. RGB value is (177,219,252). Sum of RGB (Red+Green+Blue) = 177+219+252=648 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.31% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #B1DBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DBFC is #4E2403. Grayscale: #D2D2D2. Windows color (decimal): -5121028 or 16571313. OLE color: 16571313.
HSL color Cylindrical-coordinate representation of color #B1DBFC: hue angle of 206.4º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1DBFC is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 219 | 252 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.01 |
| HSL | 206.4º | 0.93% | 0.84% | - |
| HSV(B) | 206.4º | 0.3% | 0.99% | - |
| XYZ | 61.03 | 67.04 | 101.82 | - |
| YUV | 210.2 | 151.59 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 252 | 0.30 | 0.13 | 0 | 0.01 | 206.4 | 0.93 | 0.84 |
| Hex | B1 | DB | FC | 1E | D | 0 | 1 | CE | 5D | 54 |
| Octal | 261 | 333 | 374 | 36 | 15 | 0 | 1 | 316 | 135 | 124 |
| Binary | 10110001 | 11011011 | 11111100 | 11110 | 1101 | 0 | 1 | 11001110 | 1011101 | 1010100 |
Color Harmonies of #B1DBFC
Complementary color
Monochromatic Colors of #B1DBFC
Black with #B1DBFC
Text Example
Text Example
White with #B1DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DBFC; }
p { color: rgb(177,219,252); }
H1.HeaderClassName
{
color: #B1DBFC;
}
.AnyTagClassName
{
color: #B1DBFC;
}
</style>
background-color css
<style>
a { background-color: #B1DBFC; }
a { background-color: rgb(177,219,252); }
div.DivClassName
{
background-color: #B1DBFC;
}
.BgClassName
{
background-color: #B1DBFC;
}
</style>
border-color css
<style>
span { border-color: #B1DBFC; }
span { border-color: rgb(177,219,252); }
td.TdClassName
{
border-color: #B1DBFC;
}
.TagClassName
{
border-color: #B1DBFC;
}
</style>