Shades of Blue Chalk #EFC9FC
Tints of Blue Chalk #EFC9FC
RGB
CMYK
RGB Variations
Color information
#EFC9FC (or 0xEFC9FC) is known color: Blue Chalk. HEX triplet: EF, C9 and FC. RGB value is (239,201,252). Sum of RGB (Red+Green+Blue) = 239+201+252=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 201 (78.91% from 255 or 29.05% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFC9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC9FC is #103603. Grayscale: #DADADA. Windows color (decimal): -1062404 or 16566767. OLE color: 16566767.
HSL color Cylindrical-coordinate representation of color #EFC9FC: hue angle of 284.71º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFC9FC is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 201 | 252 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.01 |
| HSL | 284.71º | 0.89% | 0.89% | - |
| HSV(B) | 284.71º | 0.2% | 0.99% | - |
| XYZ | 74.05 | 67.15 | 101.15 | - |
| YUV | 218.18 | 147.09 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 252 | 0.05 | 0.20 | 0 | 0.01 | 284.71 | 0.89 | 0.89 |
| Hex | EF | C9 | FC | 5 | 14 | 0 | 1 | 11D | 59 | 59 |
| Octal | 357 | 311 | 374 | 5 | 24 | 0 | 1 | 435 | 131 | 131 |
| Binary | 11101111 | 11001001 | 11111100 | 101 | 10100 | 0 | 1 | 100011101 | 1011001 | 1011001 |
Color Harmonies of #EFC9FC
Complementary color
Monochromatic Colors of #EFC9FC
Black with #EFC9FC
Text Example
Text Example
White with #EFC9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC9FC; }
p { color: rgb(239,201,252); }
H1.HeaderClassName
{
color: #EFC9FC;
}
.AnyTagClassName
{
color: #EFC9FC;
}
</style>
background-color css
<style>
a { background-color: #EFC9FC; }
a { background-color: rgb(239,201,252); }
div.DivClassName
{
background-color: #EFC9FC;
}
.BgClassName
{
background-color: #EFC9FC;
}
</style>
border-color css
<style>
span { border-color: #EFC9FC; }
span { border-color: rgb(239,201,252); }
td.TdClassName
{
border-color: #EFC9FC;
}
.TagClassName
{
border-color: #EFC9FC;
}
</style>