Html Css Color HEX #B3D4FE Pale Cornflower Blue
📋 copy color: '#B3D4FE'red 179 ◦ green 212 ◦ blue 254
Shades of Pale Cornflower Blue #B3D4FE
Tints of Pale Cornflower Blue #B3D4FE
RGB
CMYK
RGB Variations
Color information
#B3D4FE (or 0xB3D4FE) is known color: Pale Cornflower Blue. HEX triplet: B3, D4 and FE. RGB value is (179,212,254). Sum of RGB (Red+Green+Blue) = 179+212+254=645 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.75% from 645); Green value is 212 (83.20% from 255 or 32.87% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3D4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3D4FE is #4C2B01. Grayscale: #CECECE. Windows color (decimal): -4991746 or 16700595. OLE color: 16700595.
HSL color Cylindrical-coordinate representation of color #B3D4FE: hue angle of 213.6º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3D4FE is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 212 | 254 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.00 |
| HSL | 213.6º | 0.97% | 0.85% | - |
| HSV(B) | 213.6º | 0.3% | 1% | - |
| XYZ | 60.02 | 63.83 | 102.92 | - |
| YUV | 206.92 | 154.57 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 212 | 254 | 0.30 | 0.17 | 0 | 0.00 | 213.6 | 0.97 | 0.85 |
| Hex | B3 | D4 | FE | 1E | 11 | 0 | 0 | D6 | 61 | 55 |
| Octal | 263 | 324 | 376 | 36 | 21 | 0 | 0 | 326 | 141 | 125 |
| Binary | 10110011 | 11010100 | 11111110 | 11110 | 10001 | 0 | 0 | 11010110 | 1100001 | 1010101 |
Color Harmonies of #B3D4FE
Complementary color
Monochromatic Colors of #B3D4FE
Black with #B3D4FE
Text Example
Text Example
White with #B3D4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D4FE; }
p { color: rgb(179,212,254); }
H1.HeaderClassName
{
color: #B3D4FE;
}
.AnyTagClassName
{
color: #B3D4FE;
}
</style>
background-color css
<style>
a { background-color: #B3D4FE; }
a { background-color: rgb(179,212,254); }
div.DivClassName
{
background-color: #B3D4FE;
}
.BgClassName
{
background-color: #B3D4FE;
}
</style>
border-color css
<style>
span { border-color: #B3D4FE; }
span { border-color: rgb(179,212,254); }
td.TdClassName
{
border-color: #B3D4FE;
}
.TagClassName
{
border-color: #B3D4FE;
}
</style>