Html Css Color HEX #B1DBFD Pale Cornflower Blue
📋 copy color: '#B1DBFD'red 177 ◦ green 219 ◦ blue 253
Shades of Pale Cornflower Blue #B1DBFD
Tints of Pale Cornflower Blue #B1DBFD
RGB
CMYK
RGB Variations
Color information
#B1DBFD (or 0xB1DBFD) is known color: Pale Cornflower Blue. HEX triplet: B1, DB and FD. RGB value is (177,219,253). Sum of RGB (Red+Green+Blue) = 177+219+253=649 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.27% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #B1DBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DBFD is #4E2402. Grayscale: #D2D2D2. Windows color (decimal): -5121027 or 16636849. OLE color: 16636849.
HSL color Cylindrical-coordinate representation of color #B1DBFD: hue angle of 206.84º 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 #B1DBFD is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 219 | 253 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.01 |
| HSL | 206.84º | 0.95% | 0.84% | - |
| HSV(B) | 206.84º | 0.3% | 0.99% | - |
| XYZ | 61.19 | 67.1 | 102.66 | - |
| YUV | 210.32 | 152.09 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 253 | 0.30 | 0.13 | 0 | 0.01 | 206.84 | 0.95 | 0.84 |
| Hex | B1 | DB | FD | 1E | D | 0 | 1 | CF | 5F | 54 |
| Octal | 261 | 333 | 375 | 36 | 15 | 0 | 1 | 317 | 137 | 124 |
| Binary | 10110001 | 11011011 | 11111101 | 11110 | 1101 | 0 | 1 | 11001111 | 1011111 | 1010100 |
Color Harmonies of #B1DBFD
Complementary color
Monochromatic Colors of #B1DBFD
Black with #B1DBFD
Text Example
Text Example
White with #B1DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DBFD; }
p { color: rgb(177,219,253); }
H1.HeaderClassName
{
color: #B1DBFD;
}
.AnyTagClassName
{
color: #B1DBFD;
}
</style>
background-color css
<style>
a { background-color: #B1DBFD; }
a { background-color: rgb(177,219,253); }
div.DivClassName
{
background-color: #B1DBFD;
}
.BgClassName
{
background-color: #B1DBFD;
}
</style>
border-color css
<style>
span { border-color: #B1DBFD; }
span { border-color: rgb(177,219,253); }
td.TdClassName
{
border-color: #B1DBFD;
}
.TagClassName
{
border-color: #B1DBFD;
}
</style>