Html Css Color HEX #B3D0EE Pale Cornflower Blue
📋 copy color: '#B3D0EE'red 179 ◦ green 208 ◦ blue 238
Shades of Pale Cornflower Blue #B3D0EE
Tints of Pale Cornflower Blue #B3D0EE
RGB
CMYK
RGB Variations
Color information
#B3D0EE (or 0xB3D0EE) is known color: Pale Cornflower Blue. HEX triplet: B3, D0 and EE. RGB value is (179,208,238). Sum of RGB (Red+Green+Blue) = 179+208+238=625 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.64% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #B3D0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3D0EE is #4C2F11. Grayscale: #CACACA. Windows color (decimal): -4992786 or 15650995. OLE color: 15650995.
HSL color Cylindrical-coordinate representation of color #B3D0EE: hue angle of 210.51º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3D0EE is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 208 | 238 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.07 |
| HSL | 210.51º | 0.63% | 0.82% | - |
| HSV(B) | 210.51º | 0.25% | 0.93% | - |
| XYZ | 56.58 | 60.87 | 89.66 | - |
| YUV | 202.75 | 147.89 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 208 | 238 | 0.25 | 0.13 | 0 | 0.07 | 210.51 | 0.63 | 0.82 |
| Hex | B3 | D0 | EE | 19 | D | 0 | 7 | D3 | 3F | 52 |
| Octal | 263 | 320 | 356 | 31 | 15 | 0 | 7 | 323 | 77 | 122 |
| Binary | 10110011 | 11010000 | 11101110 | 11001 | 1101 | 0 | 111 | 11010011 | 111111 | 1010010 |
Color Harmonies of #B3D0EE
Complementary color
Monochromatic Colors of #B3D0EE
Black with #B3D0EE
Text Example
Text Example
White with #B3D0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D0EE; }
p { color: rgb(179,208,238); }
H1.HeaderClassName
{
color: #B3D0EE;
}
.AnyTagClassName
{
color: #B3D0EE;
}
</style>
background-color css
<style>
a { background-color: #B3D0EE; }
a { background-color: rgb(179,208,238); }
div.DivClassName
{
background-color: #B3D0EE;
}
.BgClassName
{
background-color: #B3D0EE;
}
</style>
border-color css
<style>
span { border-color: #B3D0EE; }
span { border-color: rgb(179,208,238); }
td.TdClassName
{
border-color: #B3D0EE;
}
.TagClassName
{
border-color: #B3D0EE;
}
</style>