Html Css Color HEX #B3CFFF Pale Cornflower Blue
📋 copy color: '#B3CFFF'red 179 ◦ green 207 ◦ blue 255
Shades of Pale Cornflower Blue #B3CFFF
Tints of Pale Cornflower Blue #B3CFFF
RGB
CMYK
RGB Variations
Color information
#B3CFFF (or 0xB3CFFF) is known color: Pale Cornflower Blue. HEX triplet: B3, CF and FF. RGB value is (179,207,255). Sum of RGB (Red+Green+Blue) = 179+207+255=641 (84% of max value = 765). Red value is 179 (70.31% from 255 or 27.93% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3CFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CFFF is #4C3000. Grayscale: #CBCBCB. Windows color (decimal): -4993025 or 16764851. OLE color: 16764851.
HSL color Cylindrical-coordinate representation of color #B3CFFF: hue angle of 217.89º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3CFFF is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 207 | 255 | - |
| CMYK | 0.30 | 0.19 | 0 | 0 |
| HSL | 217.89º | 1% | 0.85% | - |
| HSV(B) | 217.89º | 0.3% | 1% | - |
| XYZ | 58.95 | 61.43 | 103.36 | - |
| YUV | 204.1 | 156.72 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 207 | 255 | 0.30 | 0.19 | 0 | 0 | 217.89 | 1 | 0.85 |
| Hex | B3 | CF | FF | 1E | 13 | 0 | 0 | DA | 64 | 55 |
| Octal | 263 | 317 | 377 | 36 | 23 | 0 | 0 | 332 | 144 | 125 |
| Binary | 10110011 | 11001111 | 11111111 | 11110 | 10011 | 0 | 0 | 11011010 | 1100100 | 1010101 |
Color Harmonies of #B3CFFF
Complementary color
Monochromatic Colors of #B3CFFF
Black with #B3CFFF
Text Example
Text Example
White with #B3CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CFFF; }
p { color: rgb(179,207,255); }
H1.HeaderClassName
{
color: #B3CFFF;
}
.AnyTagClassName
{
color: #B3CFFF;
}
</style>
background-color css
<style>
a { background-color: #B3CFFF; }
a { background-color: rgb(179,207,255); }
div.DivClassName
{
background-color: #B3CFFF;
}
.BgClassName
{
background-color: #B3CFFF;
}
</style>
border-color css
<style>
span { border-color: #B3CFFF; }
span { border-color: rgb(179,207,255); }
td.TdClassName
{
border-color: #B3CFFF;
}
.TagClassName
{
border-color: #B3CFFF;
}
</style>