Html Css Color HEX #B1D0EF Pale Cornflower Blue
📋 copy color: '#B1D0EF'red 177 ◦ green 208 ◦ blue 239
Shades of Pale Cornflower Blue #B1D0EF
Tints of Pale Cornflower Blue #B1D0EF
RGB
CMYK
RGB Variations
Color information
#B1D0EF (or 0xB1D0EF) is known color: Pale Cornflower Blue. HEX triplet: B1, D0 and EF. RGB value is (177,208,239). Sum of RGB (Red+Green+Blue) = 177+208+239=624 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.37% from 624); Green value is 208 (81.64% from 255 or 33.33% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #B1D0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D0EF is #4E2F10. Grayscale: #CACACA. Windows color (decimal): -5123857 or 15716529. OLE color: 15716529.
HSL color Cylindrical-coordinate representation of color #B1D0EF: hue angle of 210º 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 #B1D0EF is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 208 | 239 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.06 |
| HSL | 210º | 0.66% | 0.82% | - |
| HSV(B) | 210º | 0.26% | 0.94% | - |
| XYZ | 56.27 | 60.69 | 90.41 | - |
| YUV | 202.27 | 148.73 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 208 | 239 | 0.26 | 0.13 | 0 | 0.06 | 210 | 0.66 | 0.82 |
| Hex | B1 | D0 | EF | 1A | D | 0 | 6 | D2 | 42 | 52 |
| Octal | 261 | 320 | 357 | 32 | 15 | 0 | 6 | 322 | 102 | 122 |
| Binary | 10110001 | 11010000 | 11101111 | 11010 | 1101 | 0 | 110 | 11010010 | 1000010 | 1010010 |
Color Harmonies of #B1D0EF
Complementary color
Monochromatic Colors of #B1D0EF
Black with #B1D0EF
Text Example
Text Example
White with #B1D0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D0EF; }
p { color: rgb(177,208,239); }
H1.HeaderClassName
{
color: #B1D0EF;
}
.AnyTagClassName
{
color: #B1D0EF;
}
</style>
background-color css
<style>
a { background-color: #B1D0EF; }
a { background-color: rgb(177,208,239); }
div.DivClassName
{
background-color: #B1D0EF;
}
.BgClassName
{
background-color: #B1D0EF;
}
</style>
border-color css
<style>
span { border-color: #B1D0EF; }
span { border-color: rgb(177,208,239); }
td.TdClassName
{
border-color: #B1D0EF;
}
.TagClassName
{
border-color: #B1D0EF;
}
</style>