Shades of Blue Chalk #EFC8FE
Tints of Blue Chalk #EFC8FE
RGB
CMYK
RGB Variations
Color information
#EFC8FE (or 0xEFC8FE) is known color: Blue Chalk. HEX triplet: EF, C8 and FE. RGB value is (239,200,254). Sum of RGB (Red+Green+Blue) = 239+200+254=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 200 (78.52% from 255 or 28.86% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFC8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC8FE is #103701. Grayscale: #D9D9D9. Windows color (decimal): -1062658 or 16697583. OLE color: 16697583.
HSL color Cylindrical-coordinate representation of color #EFC8FE: hue angle of 283.33º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFC8FE is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 200 | 254 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.00 |
| HSL | 283.33º | 0.96% | 0.89% | - |
| HSV(B) | 283.33º | 0.21% | 1% | - |
| XYZ | 74.14 | 66.82 | 102.75 | - |
| YUV | 217.82 | 148.42 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 254 | 0.06 | 0.21 | 0 | 0.00 | 283.33 | 0.96 | 0.89 |
| Hex | EF | C8 | FE | 6 | 15 | 0 | 0 | 11B | 60 | 59 |
| Octal | 357 | 310 | 376 | 6 | 25 | 0 | 0 | 433 | 140 | 131 |
| Binary | 11101111 | 11001000 | 11111110 | 110 | 10101 | 0 | 0 | 100011011 | 1100000 | 1011001 |
Color Harmonies of #EFC8FE
Complementary color
Monochromatic Colors of #EFC8FE
Black with #EFC8FE
Text Example
Text Example
White with #EFC8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC8FE; }
p { color: rgb(239,200,254); }
H1.HeaderClassName
{
color: #EFC8FE;
}
.AnyTagClassName
{
color: #EFC8FE;
}
</style>
background-color css
<style>
a { background-color: #EFC8FE; }
a { background-color: rgb(239,200,254); }
div.DivClassName
{
background-color: #EFC8FE;
}
.BgClassName
{
background-color: #EFC8FE;
}
</style>
border-color css
<style>
span { border-color: #EFC8FE; }
span { border-color: rgb(239,200,254); }
td.TdClassName
{
border-color: #EFC8FE;
}
.TagClassName
{
border-color: #EFC8FE;
}
</style>