Html Css Color HEX #B3CFF1 Pale Cornflower Blue
📋 copy color: '#B3CFF1'red 179 ◦ green 207 ◦ blue 241
Shades of Pale Cornflower Blue #B3CFF1
Tints of Pale Cornflower Blue #B3CFF1
RGB
CMYK
RGB Variations
Color information
#B3CFF1 (or 0xB3CFF1) is known color: Pale Cornflower Blue. HEX triplet: B3, CF and F1. RGB value is (179,207,241). Sum of RGB (Red+Green+Blue) = 179+207+241=627 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.55% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 241 - color contains mainly: blue. Hex color #B3CFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CFF1 is #4C300E. Grayscale: #CACACA. Windows color (decimal): -4993039 or 15847347. OLE color: 15847347.
HSL color Cylindrical-coordinate representation of color #B3CFF1: hue angle of 212.9º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3CFF1 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 207 | 241 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.05 |
| HSL | 212.9º | 0.69% | 0.82% | - |
| HSV(B) | 212.9º | 0.26% | 0.95% | - |
| XYZ | 56.78 | 60.56 | 91.92 | - |
| YUV | 202.5 | 149.72 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 207 | 241 | 0.26 | 0.14 | 0 | 0.05 | 212.9 | 0.69 | 0.82 |
| Hex | B3 | CF | F1 | 1A | E | 0 | 5 | D5 | 45 | 52 |
| Octal | 263 | 317 | 361 | 32 | 16 | 0 | 5 | 325 | 105 | 122 |
| Binary | 10110011 | 11001111 | 11110001 | 11010 | 1110 | 0 | 101 | 11010101 | 1000101 | 1010010 |
Color Harmonies of #B3CFF1
Complementary color
Monochromatic Colors of #B3CFF1
Black with #B3CFF1
Text Example
Text Example
White with #B3CFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CFF1; }
p { color: rgb(179,207,241); }
H1.HeaderClassName
{
color: #B3CFF1;
}
.AnyTagClassName
{
color: #B3CFF1;
}
</style>
background-color css
<style>
a { background-color: #B3CFF1; }
a { background-color: rgb(179,207,241); }
div.DivClassName
{
background-color: #B3CFF1;
}
.BgClassName
{
background-color: #B3CFF1;
}
</style>
border-color css
<style>
span { border-color: #B3CFF1; }
span { border-color: rgb(179,207,241); }
td.TdClassName
{
border-color: #B3CFF1;
}
.TagClassName
{
border-color: #B3CFF1;
}
</style>