Html Css Color HEX #B8E0FD Pale Cornflower Blue
📋 copy color: '#B8E0FD'red 184 ◦ green 224 ◦ blue 253
Shades of Pale Cornflower Blue #B8E0FD
Tints of Pale Cornflower Blue #B8E0FD
RGB
CMYK
RGB Variations
Color information
#B8E0FD (or 0xB8E0FD) is known color: Pale Cornflower Blue. HEX triplet: B8, E0 and FD. RGB value is (184,224,253). Sum of RGB (Red+Green+Blue) = 184+224+253=661 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.84% from 661); Green value is 224 (87.89% from 255 or 33.89% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8E0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8E0FD is #471F02. Grayscale: #D7D7D7. Windows color (decimal): -4660995 or 16638136. OLE color: 16638136.
HSL color Cylindrical-coordinate representation of color #B8E0FD: hue angle of 205.22º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8E0FD is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 224 | 253 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.01 |
| HSL | 205.22º | 0.95% | 0.86% | - |
| HSV(B) | 205.22º | 0.27% | 0.99% | - |
| XYZ | 64.15 | 70.59 | 103.17 | - |
| YUV | 215.35 | 149.25 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 224 | 253 | 0.27 | 0.11 | 0 | 0.01 | 205.22 | 0.95 | 0.86 |
| Hex | B8 | E0 | FD | 1B | B | 0 | 1 | CD | 5F | 56 |
| Octal | 270 | 340 | 375 | 33 | 13 | 0 | 1 | 315 | 137 | 126 |
| Binary | 10111000 | 11100000 | 11111101 | 11011 | 1011 | 0 | 1 | 11001101 | 1011111 | 1010110 |
Color Harmonies of #B8E0FD
Complementary color
Monochromatic Colors of #B8E0FD
Black with #B8E0FD
Text Example
Text Example
White with #B8E0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E0FD; }
p { color: rgb(184,224,253); }
H1.HeaderClassName
{
color: #B8E0FD;
}
.AnyTagClassName
{
color: #B8E0FD;
}
</style>
background-color css
<style>
a { background-color: #B8E0FD; }
a { background-color: rgb(184,224,253); }
div.DivClassName
{
background-color: #B8E0FD;
}
.BgClassName
{
background-color: #B8E0FD;
}
</style>
border-color css
<style>
span { border-color: #B8E0FD; }
span { border-color: rgb(184,224,253); }
td.TdClassName
{
border-color: #B8E0FD;
}
.TagClassName
{
border-color: #B8E0FD;
}
</style>