Html Css Color HEX #B8DAFF Pale Cornflower Blue
📋 copy color: '#B8DAFF'red 184 ◦ green 218 ◦ blue 255
Shades of Pale Cornflower Blue #B8DAFF
Tints of Pale Cornflower Blue #B8DAFF
RGB
CMYK
RGB Variations
Color information
#B8DAFF (or 0xB8DAFF) is known color: Pale Cornflower Blue. HEX triplet: B8, DA and FF. RGB value is (184,218,255). Sum of RGB (Red+Green+Blue) = 184+218+255=657 (87% of max value = 765). Red value is 184 (72.27% from 255 or 28.01% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DAFF is #472500. Grayscale: #D3D3D3. Windows color (decimal): -4662529 or 16767672. OLE color: 16767672.
HSL color Cylindrical-coordinate representation of color #B8DAFF: hue angle of 211.27º 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 #B8DAFF is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 218 | 255 | - |
| CMYK | 0.28 | 0.15 | 0 | 0 |
| HSL | 211.27º | 1% | 0.86% | - |
| HSV(B) | 211.27º | 0.28% | 1% | - |
| XYZ | 62.89 | 67.55 | 104.33 | - |
| YUV | 212.05 | 152.24 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 218 | 255 | 0.28 | 0.15 | 0 | 0 | 211.27 | 1 | 0.86 |
| Hex | B8 | DA | FF | 1C | F | 0 | 0 | D3 | 64 | 56 |
| Octal | 270 | 332 | 377 | 34 | 17 | 0 | 0 | 323 | 144 | 126 |
| Binary | 10111000 | 11011010 | 11111111 | 11100 | 1111 | 0 | 0 | 11010011 | 1100100 | 1010110 |
Color Harmonies of #B8DAFF
Complementary color
Monochromatic Colors of #B8DAFF
Black with #B8DAFF
Text Example
Text Example
White with #B8DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DAFF; }
p { color: rgb(184,218,255); }
H1.HeaderClassName
{
color: #B8DAFF;
}
.AnyTagClassName
{
color: #B8DAFF;
}
</style>
background-color css
<style>
a { background-color: #B8DAFF; }
a { background-color: rgb(184,218,255); }
div.DivClassName
{
background-color: #B8DAFF;
}
.BgClassName
{
background-color: #B8DAFF;
}
</style>
border-color css
<style>
span { border-color: #B8DAFF; }
span { border-color: rgb(184,218,255); }
td.TdClassName
{
border-color: #B8DAFF;
}
.TagClassName
{
border-color: #B8DAFF;
}
</style>