Html Css Color HEX #B9DBFD Pale Cornflower Blue
📋 copy color: '#B9DBFD'red 185 ◦ green 219 ◦ blue 253
Shades of Pale Cornflower Blue #B9DBFD
Tints of Pale Cornflower Blue #B9DBFD
RGB
CMYK
RGB Variations
Color information
#B9DBFD (or 0xB9DBFD) is known color: Pale Cornflower Blue. HEX triplet: B9, DB and FD. RGB value is (185,219,253). Sum of RGB (Red+Green+Blue) = 185+219+253=657 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.16% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9DBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DBFD is #462402. Grayscale: #D4D4D4. Windows color (decimal): -4596739 or 16636857. OLE color: 16636857.
HSL color Cylindrical-coordinate representation of color #B9DBFD: hue angle of 210º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9DBFD is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 219 | 253 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.01 |
| HSL | 210º | 0.94% | 0.86% | - |
| HSV(B) | 210º | 0.27% | 0.99% | - |
| XYZ | 63.07 | 68.07 | 102.74 | - |
| YUV | 212.71 | 150.74 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 219 | 253 | 0.27 | 0.13 | 0 | 0.01 | 210 | 0.94 | 0.86 |
| Hex | B9 | DB | FD | 1B | D | 0 | 1 | D2 | 5E | 56 |
| Octal | 271 | 333 | 375 | 33 | 15 | 0 | 1 | 322 | 136 | 126 |
| Binary | 10111001 | 11011011 | 11111101 | 11011 | 1101 | 0 | 1 | 11010010 | 1011110 | 1010110 |
Color Harmonies of #B9DBFD
Complementary color
Monochromatic Colors of #B9DBFD
Black with #B9DBFD
Text Example
Text Example
White with #B9DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DBFD; }
p { color: rgb(185,219,253); }
H1.HeaderClassName
{
color: #B9DBFD;
}
.AnyTagClassName
{
color: #B9DBFD;
}
</style>
background-color css
<style>
a { background-color: #B9DBFD; }
a { background-color: rgb(185,219,253); }
div.DivClassName
{
background-color: #B9DBFD;
}
.BgClassName
{
background-color: #B9DBFD;
}
</style>
border-color css
<style>
span { border-color: #B9DBFD; }
span { border-color: rgb(185,219,253); }
td.TdClassName
{
border-color: #B9DBFD;
}
.TagClassName
{
border-color: #B9DBFD;
}
</style>