Html Css Color HEX #B3D1FE Pale Cornflower Blue
📋 copy color: '#B3D1FE'red 179 ◦ green 209 ◦ blue 254
Shades of Pale Cornflower Blue #B3D1FE
Tints of Pale Cornflower Blue #B3D1FE
RGB
CMYK
RGB Variations
Color information
#B3D1FE (or 0xB3D1FE) is known color: Pale Cornflower Blue. HEX triplet: B3, D1 and FE. RGB value is (179,209,254). Sum of RGB (Red+Green+Blue) = 179+209+254=642 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.88% from 642); Green value is 209 (82.03% from 255 or 32.55% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3D1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3D1FE is #4C2E01. Grayscale: #CCCCCC. Windows color (decimal): -4992514 or 16699827. OLE color: 16699827.
HSL color Cylindrical-coordinate representation of color #B3D1FE: hue angle of 216º 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 #B3D1FE is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 209 | 254 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.00 |
| HSL | 216º | 0.97% | 0.85% | - |
| HSV(B) | 216º | 0.3% | 1% | - |
| XYZ | 59.28 | 62.34 | 102.67 | - |
| YUV | 205.16 | 155.56 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 209 | 254 | 0.30 | 0.18 | 0 | 0.00 | 216 | 0.97 | 0.85 |
| Hex | B3 | D1 | FE | 1E | 12 | 0 | 0 | D8 | 61 | 55 |
| Octal | 263 | 321 | 376 | 36 | 22 | 0 | 0 | 330 | 141 | 125 |
| Binary | 10110011 | 11010001 | 11111110 | 11110 | 10010 | 0 | 0 | 11011000 | 1100001 | 1010101 |
Color Harmonies of #B3D1FE
Complementary color
Monochromatic Colors of #B3D1FE
Black with #B3D1FE
Text Example
Text Example
White with #B3D1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D1FE; }
p { color: rgb(179,209,254); }
H1.HeaderClassName
{
color: #B3D1FE;
}
.AnyTagClassName
{
color: #B3D1FE;
}
</style>
background-color css
<style>
a { background-color: #B3D1FE; }
a { background-color: rgb(179,209,254); }
div.DivClassName
{
background-color: #B3D1FE;
}
.BgClassName
{
background-color: #B3D1FE;
}
</style>
border-color css
<style>
span { border-color: #B3D1FE; }
span { border-color: rgb(179,209,254); }
td.TdClassName
{
border-color: #B3D1FE;
}
.TagClassName
{
border-color: #B3D1FE;
}
</style>