Shades of Blue Chalk #EFC5FB
Tints of Blue Chalk #EFC5FB
RGB
CMYK
RGB Variations
Color information
#EFC5FB (or 0xEFC5FB) is known color: Blue Chalk. HEX triplet: EF, C5 and FB. RGB value is (239,197,251). Sum of RGB (Red+Green+Blue) = 239+197+251=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 197 (77.34% from 255 or 28.68% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFC5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC5FB is #103A04. Grayscale: #D7D7D7. Windows color (decimal): -1063429 or 16500207. OLE color: 16500207.
HSL color Cylindrical-coordinate representation of color #EFC5FB: hue angle of 286.67º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFC5FB is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 197 | 251 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.02 |
| HSL | 286.67º | 0.87% | 0.88% | - |
| HSV(B) | 286.67º | 0.22% | 0.98% | - |
| XYZ | 72.98 | 65.25 | 100.01 | - |
| YUV | 215.71 | 147.91 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 251 | 0.05 | 0.22 | 0 | 0.02 | 286.67 | 0.87 | 0.88 |
| Hex | EF | C5 | FB | 5 | 16 | 0 | 2 | 11F | 57 | 58 |
| Octal | 357 | 305 | 373 | 5 | 26 | 0 | 2 | 437 | 127 | 130 |
| Binary | 11101111 | 11000101 | 11111011 | 101 | 10110 | 0 | 10 | 100011111 | 1010111 | 1011000 |
Color Harmonies of #EFC5FB
Complementary color
Monochromatic Colors of #EFC5FB
Black with #EFC5FB
Text Example
Text Example
White with #EFC5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5FB; }
p { color: rgb(239,197,251); }
H1.HeaderClassName
{
color: #EFC5FB;
}
.AnyTagClassName
{
color: #EFC5FB;
}
</style>
background-color css
<style>
a { background-color: #EFC5FB; }
a { background-color: rgb(239,197,251); }
div.DivClassName
{
background-color: #EFC5FB;
}
.BgClassName
{
background-color: #EFC5FB;
}
</style>
border-color css
<style>
span { border-color: #EFC5FB; }
span { border-color: rgb(239,197,251); }
td.TdClassName
{
border-color: #EFC5FB;
}
.TagClassName
{
border-color: #EFC5FB;
}
</style>