Html Css Color HEX #B1D4EF Pale Cornflower Blue
📋 copy color: '#B1D4EF'red 177 ◦ green 212 ◦ blue 239
Shades of Pale Cornflower Blue #B1D4EF
Tints of Pale Cornflower Blue #B1D4EF
RGB
CMYK
RGB Variations
Color information
#B1D4EF (or 0xB1D4EF) is known color: Pale Cornflower Blue. HEX triplet: B1, D4 and EF. RGB value is (177,212,239). Sum of RGB (Red+Green+Blue) = 177+212+239=628 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.18% from 628); Green value is 212 (83.20% from 255 or 33.76% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 239 - color contains mainly: blue. Hex color #B1D4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D4EF is #4E2B10. Grayscale: #CCCCCC. Windows color (decimal): -5122833 or 15717553. OLE color: 15717553.
HSL color Cylindrical-coordinate representation of color #B1D4EF: hue angle of 206.13º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1D4EF is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 212 | 239 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.06 |
| HSL | 206.13º | 0.66% | 0.82% | - |
| HSV(B) | 206.13º | 0.26% | 0.94% | - |
| XYZ | 57.25 | 62.67 | 90.74 | - |
| YUV | 204.61 | 147.4 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 212 | 239 | 0.26 | 0.11 | 0 | 0.06 | 206.13 | 0.66 | 0.82 |
| Hex | B1 | D4 | EF | 1A | B | 0 | 6 | CE | 42 | 52 |
| Octal | 261 | 324 | 357 | 32 | 13 | 0 | 6 | 316 | 102 | 122 |
| Binary | 10110001 | 11010100 | 11101111 | 11010 | 1011 | 0 | 110 | 11001110 | 1000010 | 1010010 |
Color Harmonies of #B1D4EF
Complementary color
Monochromatic Colors of #B1D4EF
Black with #B1D4EF
Text Example
Text Example
White with #B1D4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D4EF; }
p { color: rgb(177,212,239); }
H1.HeaderClassName
{
color: #B1D4EF;
}
.AnyTagClassName
{
color: #B1D4EF;
}
</style>
background-color css
<style>
a { background-color: #B1D4EF; }
a { background-color: rgb(177,212,239); }
div.DivClassName
{
background-color: #B1D4EF;
}
.BgClassName
{
background-color: #B1D4EF;
}
</style>
border-color css
<style>
span { border-color: #B1D4EF; }
span { border-color: rgb(177,212,239); }
td.TdClassName
{
border-color: #B1D4EF;
}
.TagClassName
{
border-color: #B1D4EF;
}
</style>