Html Css Color HEX #B1D0EA Pale Cornflower Blue
📋 copy color: '#B1D0EA'red 177 ◦ green 208 ◦ blue 234
Shades of Pale Cornflower Blue #B1D0EA
Tints of Pale Cornflower Blue #B1D0EA
RGB
CMYK
RGB Variations
Color information
#B1D0EA (or 0xB1D0EA) is known color: Pale Cornflower Blue. HEX triplet: B1, D0 and EA. RGB value is (177,208,234). Sum of RGB (Red+Green+Blue) = 177+208+234=619 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.59% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1D0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D0EA is #4E2F15. Grayscale: #C9C9C9. Windows color (decimal): -5123862 or 15388849. OLE color: 15388849.
HSL color Cylindrical-coordinate representation of color #B1D0EA: hue angle of 207.37º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1D0EA is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 208 | 234 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.08 |
| HSL | 207.37º | 0.58% | 0.81% | - |
| HSV(B) | 207.37º | 0.24% | 0.92% | - |
| XYZ | 55.54 | 60.4 | 86.57 | - |
| YUV | 201.7 | 146.23 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 208 | 234 | 0.24 | 0.11 | 0 | 0.08 | 207.37 | 0.58 | 0.81 |
| Hex | B1 | D0 | EA | 18 | B | 0 | 8 | CF | 3A | 51 |
| Octal | 261 | 320 | 352 | 30 | 13 | 0 | 10 | 317 | 72 | 121 |
| Binary | 10110001 | 11010000 | 11101010 | 11000 | 1011 | 0 | 1000 | 11001111 | 111010 | 1010001 |
Color Harmonies of #B1D0EA
Complementary color
Monochromatic Colors of #B1D0EA
Black with #B1D0EA
Text Example
Text Example
White with #B1D0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D0EA; }
p { color: rgb(177,208,234); }
H1.HeaderClassName
{
color: #B1D0EA;
}
.AnyTagClassName
{
color: #B1D0EA;
}
</style>
background-color css
<style>
a { background-color: #B1D0EA; }
a { background-color: rgb(177,208,234); }
div.DivClassName
{
background-color: #B1D0EA;
}
.BgClassName
{
background-color: #B1D0EA;
}
</style>
border-color css
<style>
span { border-color: #B1D0EA; }
span { border-color: rgb(177,208,234); }
td.TdClassName
{
border-color: #B1D0EA;
}
.TagClassName
{
border-color: #B1D0EA;
}
</style>