Shades of Blue Chalk #EFC9FB
Tints of Blue Chalk #EFC9FB
RGB
CMYK
RGB Variations
Color information
#EFC9FB (or 0xEFC9FB) is known color: Blue Chalk. HEX triplet: EF, C9 and FB. RGB value is (239,201,251). Sum of RGB (Red+Green+Blue) = 239+201+251=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 201 (78.91% from 255 or 29.09% from 691); Blue value is 251 (98.44% from 255 or 36.32% from 691); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFC9FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC9FB is #103604. Grayscale: #D9D9D9. Windows color (decimal): -1062405 or 16501231. OLE color: 16501231.
HSL color Cylindrical-coordinate representation of color #EFC9FB: hue angle of 285.6º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFC9FB is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 201 | 251 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.02 |
| HSL | 285.6º | 0.86% | 0.89% | - |
| HSV(B) | 285.6º | 0.2% | 0.98% | - |
| XYZ | 73.9 | 67.09 | 100.32 | - |
| YUV | 218.06 | 146.59 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 251 | 0.05 | 0.20 | 0 | 0.02 | 285.6 | 0.86 | 0.89 |
| Hex | EF | C9 | FB | 5 | 14 | 0 | 2 | 11E | 56 | 59 |
| Octal | 357 | 311 | 373 | 5 | 24 | 0 | 2 | 436 | 126 | 131 |
| Binary | 11101111 | 11001001 | 11111011 | 101 | 10100 | 0 | 10 | 100011110 | 1010110 | 1011001 |
Color Harmonies of #EFC9FB
Complementary color
Monochromatic Colors of #EFC9FB
Black with #EFC9FB
Text Example
Text Example
White with #EFC9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC9FB; }
p { color: rgb(239,201,251); }
H1.HeaderClassName
{
color: #EFC9FB;
}
.AnyTagClassName
{
color: #EFC9FB;
}
</style>
background-color css
<style>
a { background-color: #EFC9FB; }
a { background-color: rgb(239,201,251); }
div.DivClassName
{
background-color: #EFC9FB;
}
.BgClassName
{
background-color: #EFC9FB;
}
</style>
border-color css
<style>
span { border-color: #EFC9FB; }
span { border-color: rgb(239,201,251); }
td.TdClassName
{
border-color: #EFC9FB;
}
.TagClassName
{
border-color: #EFC9FB;
}
</style>