Html Css Color HEX #B7D9FF Pale Cornflower Blue
📋 copy color: '#B7D9FF'red 183 ◦ green 217 ◦ blue 255
Shades of Pale Cornflower Blue #B7D9FF
Tints of Pale Cornflower Blue #B7D9FF
RGB
CMYK
RGB Variations
Color information
#B7D9FF (or 0xB7D9FF) is known color: Pale Cornflower Blue. HEX triplet: B7, D9 and FF. RGB value is (183,217,255). Sum of RGB (Red+Green+Blue) = 183+217+255=655 (86% of max value = 765). Red value is 183 (71.88% from 255 or 27.94% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7D9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D9FF is #482600. Grayscale: #D2D2D2. Windows color (decimal): -4728321 or 16767415. OLE color: 16767415.
HSL color Cylindrical-coordinate representation of color #B7D9FF: hue angle of 211.67º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7D9FF is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 217 | 255 | - |
| CMYK | 0.28 | 0.15 | 0 | 0 |
| HSL | 211.67º | 1% | 0.86% | - |
| HSV(B) | 211.67º | 0.28% | 1% | - |
| XYZ | 62.39 | 66.91 | 104.23 | - |
| YUV | 211.17 | 152.74 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 255 | 0.28 | 0.15 | 0 | 0 | 211.67 | 1 | 0.86 |
| Hex | B7 | D9 | FF | 1C | F | 0 | 0 | D4 | 64 | 56 |
| Octal | 267 | 331 | 377 | 34 | 17 | 0 | 0 | 324 | 144 | 126 |
| Binary | 10110111 | 11011001 | 11111111 | 11100 | 1111 | 0 | 0 | 11010100 | 1100100 | 1010110 |
Color Harmonies of #B7D9FF
Complementary color
Monochromatic Colors of #B7D9FF
Black with #B7D9FF
Text Example
Text Example
White with #B7D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D9FF; }
p { color: rgb(183,217,255); }
H1.HeaderClassName
{
color: #B7D9FF;
}
.AnyTagClassName
{
color: #B7D9FF;
}
</style>
background-color css
<style>
a { background-color: #B7D9FF; }
a { background-color: rgb(183,217,255); }
div.DivClassName
{
background-color: #B7D9FF;
}
.BgClassName
{
background-color: #B7D9FF;
}
</style>
border-color css
<style>
span { border-color: #B7D9FF; }
span { border-color: rgb(183,217,255); }
td.TdClassName
{
border-color: #B7D9FF;
}
.TagClassName
{
border-color: #B7D9FF;
}
</style>