Html Css Color HEX #B7DEFF Pale Cornflower Blue
📋 copy color: '#B7DEFF'red 183 ◦ green 222 ◦ blue 255
Shades of Pale Cornflower Blue #B7DEFF
Tints of Pale Cornflower Blue #B7DEFF
RGB
CMYK
RGB Variations
Color information
#B7DEFF (or 0xB7DEFF) is known color: Pale Cornflower Blue. HEX triplet: B7, DE and FF. RGB value is (183,222,255). Sum of RGB (Red+Green+Blue) = 183+222+255=660 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.73% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7DEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DEFF is #482100. Grayscale: #D5D5D5. Windows color (decimal): -4727041 or 16768695. OLE color: 16768695.
HSL color Cylindrical-coordinate representation of color #B7DEFF: hue angle of 207.5º 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 #B7DEFF is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 222 | 255 | - |
| CMYK | 0.28 | 0.13 | 0 | 0 |
| HSL | 207.5º | 1% | 0.86% | - |
| HSV(B) | 207.5º | 0.28% | 1% | - |
| XYZ | 63.7 | 69.53 | 104.67 | - |
| YUV | 214.1 | 151.08 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 222 | 255 | 0.28 | 0.13 | 0 | 0 | 207.5 | 1 | 0.86 |
| Hex | B7 | DE | FF | 1C | D | 0 | 0 | D0 | 64 | 56 |
| Octal | 267 | 336 | 377 | 34 | 15 | 0 | 0 | 320 | 144 | 126 |
| Binary | 10110111 | 11011110 | 11111111 | 11100 | 1101 | 0 | 0 | 11010000 | 1100100 | 1010110 |
Color Harmonies of #B7DEFF
Complementary color
Monochromatic Colors of #B7DEFF
Black with #B7DEFF
Text Example
Text Example
White with #B7DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DEFF; }
p { color: rgb(183,222,255); }
H1.HeaderClassName
{
color: #B7DEFF;
}
.AnyTagClassName
{
color: #B7DEFF;
}
</style>
background-color css
<style>
a { background-color: #B7DEFF; }
a { background-color: rgb(183,222,255); }
div.DivClassName
{
background-color: #B7DEFF;
}
.BgClassName
{
background-color: #B7DEFF;
}
</style>
border-color css
<style>
span { border-color: #B7DEFF; }
span { border-color: rgb(183,222,255); }
td.TdClassName
{
border-color: #B7DEFF;
}
.TagClassName
{
border-color: #B7DEFF;
}
</style>