Html Css Color HEX #B8DEFF Pale Cornflower Blue
📋 copy color: '#B8DEFF'red 184 ◦ green 222 ◦ blue 255
Shades of Pale Cornflower Blue #B8DEFF
Tints of Pale Cornflower Blue #B8DEFF
RGB
CMYK
RGB Variations
Color information
#B8DEFF (or 0xB8DEFF) is known color: Pale Cornflower Blue. HEX triplet: B8, DE and FF. RGB value is (184,222,255). Sum of RGB (Red+Green+Blue) = 184+222+255=661 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.84% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8DEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DEFF is #472100. Grayscale: #D6D6D6. Windows color (decimal): -4661505 or 16768696. OLE color: 16768696.
HSL color Cylindrical-coordinate representation of color #B8DEFF: hue angle of 207.89º 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 #B8DEFF is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 222 | 255 | - |
| CMYK | 0.28 | 0.13 | 0 | 0 |
| HSL | 207.89º | 1% | 0.86% | - |
| HSV(B) | 207.89º | 0.28% | 1% | - |
| XYZ | 63.94 | 69.65 | 104.68 | - |
| YUV | 214.4 | 150.91 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 222 | 255 | 0.28 | 0.13 | 0 | 0 | 207.89 | 1 | 0.86 |
| Hex | B8 | DE | FF | 1C | D | 0 | 0 | D0 | 64 | 56 |
| Octal | 270 | 336 | 377 | 34 | 15 | 0 | 0 | 320 | 144 | 126 |
| Binary | 10111000 | 11011110 | 11111111 | 11100 | 1101 | 0 | 0 | 11010000 | 1100100 | 1010110 |
Color Harmonies of #B8DEFF
Complementary color
Monochromatic Colors of #B8DEFF
Black with #B8DEFF
Text Example
Text Example
White with #B8DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DEFF; }
p { color: rgb(184,222,255); }
H1.HeaderClassName
{
color: #B8DEFF;
}
.AnyTagClassName
{
color: #B8DEFF;
}
</style>
background-color css
<style>
a { background-color: #B8DEFF; }
a { background-color: rgb(184,222,255); }
div.DivClassName
{
background-color: #B8DEFF;
}
.BgClassName
{
background-color: #B8DEFF;
}
</style>
border-color css
<style>
span { border-color: #B8DEFF; }
span { border-color: rgb(184,222,255); }
td.TdClassName
{
border-color: #B8DEFF;
}
.TagClassName
{
border-color: #B8DEFF;
}
</style>