Html Css Color HEX #B0DBFD Pale Cornflower Blue
📋 copy color: '#B0DBFD'red 176 ◦ green 219 ◦ blue 253
Shades of Pale Cornflower Blue #B0DBFD
Tints of Pale Cornflower Blue #B0DBFD
RGB
CMYK
RGB Variations
Color information
#B0DBFD (or 0xB0DBFD) is known color: Pale Cornflower Blue. HEX triplet: B0, DB and FD. RGB value is (176,219,253). Sum of RGB (Red+Green+Blue) = 176+219+253=648 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.16% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #B0DBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DBFD is #4F2402. Grayscale: #D1D1D1. Windows color (decimal): -5186563 or 16636848. OLE color: 16636848.
HSL color Cylindrical-coordinate representation of color #B0DBFD: hue angle of 206.49º degrees, saturation: 0.95, 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 #B0DBFD is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 219 | 253 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.01 |
| HSL | 206.49º | 0.95% | 0.84% | - |
| HSV(B) | 206.49º | 0.3% | 0.99% | - |
| XYZ | 60.97 | 66.98 | 102.64 | - |
| YUV | 210.02 | 152.25 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 253 | 0.30 | 0.13 | 0 | 0.01 | 206.49 | 0.95 | 0.84 |
| Hex | B0 | DB | FD | 1E | D | 0 | 1 | CE | 5F | 54 |
| Octal | 260 | 333 | 375 | 36 | 15 | 0 | 1 | 316 | 137 | 124 |
| Binary | 10110000 | 11011011 | 11111101 | 11110 | 1101 | 0 | 1 | 11001110 | 1011111 | 1010100 |
Color Harmonies of #B0DBFD
Complementary color
Monochromatic Colors of #B0DBFD
Black with #B0DBFD
Text Example
Text Example
White with #B0DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DBFD; }
p { color: rgb(176,219,253); }
H1.HeaderClassName
{
color: #B0DBFD;
}
.AnyTagClassName
{
color: #B0DBFD;
}
</style>
background-color css
<style>
a { background-color: #B0DBFD; }
a { background-color: rgb(176,219,253); }
div.DivClassName
{
background-color: #B0DBFD;
}
.BgClassName
{
background-color: #B0DBFD;
}
</style>
border-color css
<style>
span { border-color: #B0DBFD; }
span { border-color: rgb(176,219,253); }
td.TdClassName
{
border-color: #B0DBFD;
}
.TagClassName
{
border-color: #B0DBFD;
}
</style>