Html Css Color HEX #B8D8EE Pale Cornflower Blue
📋 copy color: '#B8D8EE'red 184 ◦ green 216 ◦ blue 238
Shades of Pale Cornflower Blue #B8D8EE
Tints of Pale Cornflower Blue #B8D8EE
RGB
CMYK
RGB Variations
Color information
#B8D8EE (or 0xB8D8EE) is known color: Pale Cornflower Blue. HEX triplet: B8, D8 and EE. RGB value is (184,216,238). Sum of RGB (Red+Green+Blue) = 184+216+238=638 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.84% from 638); Green value is 216 (84.77% from 255 or 33.86% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #B8D8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D8EE is #472711. Grayscale: #D0D0D0. Windows color (decimal): -4663058 or 15653048. OLE color: 15653048.
HSL color Cylindrical-coordinate representation of color #B8D8EE: hue angle of 204.44º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8D8EE is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 216 | 238 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.07 |
| HSL | 204.44º | 0.61% | 0.83% | - |
| HSV(B) | 204.44º | 0.23% | 0.93% | - |
| XYZ | 59.76 | 65.48 | 90.38 | - |
| YUV | 208.94 | 144.4 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 216 | 238 | 0.23 | 0.09 | 0 | 0.07 | 204.44 | 0.61 | 0.83 |
| Hex | B8 | D8 | EE | 17 | 9 | 0 | 7 | CC | 3D | 53 |
| Octal | 270 | 330 | 356 | 27 | 11 | 0 | 7 | 314 | 75 | 123 |
| Binary | 10111000 | 11011000 | 11101110 | 10111 | 1001 | 0 | 111 | 11001100 | 111101 | 1010011 |
Color Harmonies of #B8D8EE
Complementary color
Monochromatic Colors of #B8D8EE
Black with #B8D8EE
Text Example
Text Example
White with #B8D8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D8EE; }
p { color: rgb(184,216,238); }
H1.HeaderClassName
{
color: #B8D8EE;
}
.AnyTagClassName
{
color: #B8D8EE;
}
</style>
background-color css
<style>
a { background-color: #B8D8EE; }
a { background-color: rgb(184,216,238); }
div.DivClassName
{
background-color: #B8D8EE;
}
.BgClassName
{
background-color: #B8D8EE;
}
</style>
border-color css
<style>
span { border-color: #B8D8EE; }
span { border-color: rgb(184,216,238); }
td.TdClassName
{
border-color: #B8D8EE;
}
.TagClassName
{
border-color: #B8D8EE;
}
</style>