Html Css Color HEX #B3D7F3 Pale Cornflower Blue
📋 copy color: '#B3D7F3'red 179 ◦ green 215 ◦ blue 243
Shades of Pale Cornflower Blue #B3D7F3
Tints of Pale Cornflower Blue #B3D7F3
RGB
CMYK
RGB Variations
Color information
#B3D7F3 (or 0xB3D7F3) is known color: Pale Cornflower Blue. HEX triplet: B3, D7 and F3. RGB value is (179,215,243). Sum of RGB (Red+Green+Blue) = 179+215+243=637 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.10% from 637); Green value is 215 (84.38% from 255 or 33.75% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 243 - color contains mainly: blue. Hex color #B3D7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3D7F3 is #4C280C. Grayscale: #CFCFCF. Windows color (decimal): -4990989 or 15980467. OLE color: 15980467.
HSL color Cylindrical-coordinate representation of color #B3D7F3: hue angle of 206.25º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3D7F3 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 215 | 243 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.05 |
| HSL | 206.25º | 0.73% | 0.83% | - |
| HSV(B) | 206.25º | 0.26% | 0.95% | - |
| XYZ | 59.07 | 64.66 | 94.16 | - |
| YUV | 207.43 | 148.07 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 215 | 243 | 0.26 | 0.12 | 0 | 0.05 | 206.25 | 0.73 | 0.83 |
| Hex | B3 | D7 | F3 | 1A | C | 0 | 5 | CE | 49 | 53 |
| Octal | 263 | 327 | 363 | 32 | 14 | 0 | 5 | 316 | 111 | 123 |
| Binary | 10110011 | 11010111 | 11110011 | 11010 | 1100 | 0 | 101 | 11001110 | 1001001 | 1010011 |
Color Harmonies of #B3D7F3
Complementary color
Monochromatic Colors of #B3D7F3
Black with #B3D7F3
Text Example
Text Example
White with #B3D7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D7F3; }
p { color: rgb(179,215,243); }
H1.HeaderClassName
{
color: #B3D7F3;
}
.AnyTagClassName
{
color: #B3D7F3;
}
</style>
background-color css
<style>
a { background-color: #B3D7F3; }
a { background-color: rgb(179,215,243); }
div.DivClassName
{
background-color: #B3D7F3;
}
.BgClassName
{
background-color: #B3D7F3;
}
</style>
border-color css
<style>
span { border-color: #B3D7F3; }
span { border-color: rgb(179,215,243); }
td.TdClassName
{
border-color: #B3D7F3;
}
.TagClassName
{
border-color: #B3D7F3;
}
</style>