Html Css Color HEX #B3D2EF Pale Cornflower Blue
📋 copy color: '#B3D2EF'red 179 ◦ green 210 ◦ blue 239
Shades of Pale Cornflower Blue #B3D2EF
Tints of Pale Cornflower Blue #B3D2EF
RGB
CMYK
RGB Variations
Color information
#B3D2EF (or 0xB3D2EF) is known color: Pale Cornflower Blue. HEX triplet: B3, D2 and EF. RGB value is (179,210,239). Sum of RGB (Red+Green+Blue) = 179+210+239=628 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.50% from 628); Green value is 210 (82.42% from 255 or 33.44% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 239 - color contains mainly: blue. Hex color #B3D2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3D2EF is #4C2D10. Grayscale: #CBCBCB. Windows color (decimal): -4992273 or 15717043. OLE color: 15717043.
HSL color Cylindrical-coordinate representation of color #B3D2EF: hue angle of 209º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3D2EF is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 210 | 239 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.06 |
| HSL | 209º | 0.65% | 0.82% | - |
| HSV(B) | 209º | 0.25% | 0.94% | - |
| XYZ | 57.22 | 61.91 | 90.6 | - |
| YUV | 204.04 | 147.73 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 210 | 239 | 0.25 | 0.12 | 0 | 0.06 | 209 | 0.65 | 0.82 |
| Hex | B3 | D2 | EF | 19 | C | 0 | 6 | D1 | 41 | 52 |
| Octal | 263 | 322 | 357 | 31 | 14 | 0 | 6 | 321 | 101 | 122 |
| Binary | 10110011 | 11010010 | 11101111 | 11001 | 1100 | 0 | 110 | 11010001 | 1000001 | 1010010 |
Color Harmonies of #B3D2EF
Complementary color
Monochromatic Colors of #B3D2EF
Black with #B3D2EF
Text Example
Text Example
White with #B3D2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D2EF; }
p { color: rgb(179,210,239); }
H1.HeaderClassName
{
color: #B3D2EF;
}
.AnyTagClassName
{
color: #B3D2EF;
}
</style>
background-color css
<style>
a { background-color: #B3D2EF; }
a { background-color: rgb(179,210,239); }
div.DivClassName
{
background-color: #B3D2EF;
}
.BgClassName
{
background-color: #B3D2EF;
}
</style>
border-color css
<style>
span { border-color: #B3D2EF; }
span { border-color: rgb(179,210,239); }
td.TdClassName
{
border-color: #B3D2EF;
}
.TagClassName
{
border-color: #B3D2EF;
}
</style>