Html Css Color HEX #B8DDFF Pale Cornflower Blue
📋 copy color: '#B8DDFF'red 184 ◦ green 221 ◦ blue 255
Shades of Pale Cornflower Blue #B8DDFF
Tints of Pale Cornflower Blue #B8DDFF
RGB
CMYK
RGB Variations
Color information
#B8DDFF (or 0xB8DDFF) is known color: Pale Cornflower Blue. HEX triplet: B8, DD and FF. RGB value is (184,221,255). Sum of RGB (Red+Green+Blue) = 184+221+255=660 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.88% from 660); Green value is 221 (86.72% from 255 or 33.48% 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 #B8DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DDFF is #472200. Grayscale: #D5D5D5. Windows color (decimal): -4661761 or 16768440. OLE color: 16768440.
HSL color Cylindrical-coordinate representation of color #B8DDFF: hue angle of 208.73º 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 #B8DDFF is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 221 | 255 | - |
| CMYK | 0.28 | 0.13 | 0 | 0 |
| HSL | 208.73º | 1% | 0.86% | - |
| HSV(B) | 208.73º | 0.28% | 1% | - |
| XYZ | 63.67 | 69.12 | 104.59 | - |
| YUV | 213.81 | 151.24 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 221 | 255 | 0.28 | 0.13 | 0 | 0 | 208.73 | 1 | 0.86 |
| Hex | B8 | DD | FF | 1C | D | 0 | 0 | D1 | 64 | 56 |
| Octal | 270 | 335 | 377 | 34 | 15 | 0 | 0 | 321 | 144 | 126 |
| Binary | 10111000 | 11011101 | 11111111 | 11100 | 1101 | 0 | 0 | 11010001 | 1100100 | 1010110 |
Color Harmonies of #B8DDFF
Complementary color
Monochromatic Colors of #B8DDFF
Black with #B8DDFF
Text Example
Text Example
White with #B8DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DDFF; }
p { color: rgb(184,221,255); }
H1.HeaderClassName
{
color: #B8DDFF;
}
.AnyTagClassName
{
color: #B8DDFF;
}
</style>
background-color css
<style>
a { background-color: #B8DDFF; }
a { background-color: rgb(184,221,255); }
div.DivClassName
{
background-color: #B8DDFF;
}
.BgClassName
{
background-color: #B8DDFF;
}
</style>
border-color css
<style>
span { border-color: #B8DDFF; }
span { border-color: rgb(184,221,255); }
td.TdClassName
{
border-color: #B8DDFF;
}
.TagClassName
{
border-color: #B8DDFF;
}
</style>