Shades of Electric Blue #8CFAFC
Tints of Electric Blue #8CFAFC
RGB
CMYK
RGB Variations
Color information
#8CFAFC (or 0x8CFAFC) is known color: Electric Blue. HEX triplet: 8C, FA and FC. RGB value is (140,250,252). Sum of RGB (Red+Green+Blue) = 140+250+252=642 (85% of max value = 765). Red value is 140 (55.08% from 255 or 21.81% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 252 (98.83% from 255 or 39.25% from 642); Max value from RGB is 252 - color contains mainly: blue. Hex color #8CFAFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFAFC is #730503. Grayscale: #D9D9D9. Windows color (decimal): -7537924 or 16579212. OLE color: 16579212.
HSL color Cylindrical-coordinate representation of color #8CFAFC: hue angle of 181.07º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFAFC is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 250 | 252 | - |
| CMYK | 0.44 | 0.01 | 0 | 0.01 |
| HSL | 181.07º | 0.95% | 0.77% | - |
| HSV(B) | 181.07º | 0.44% | 0.99% | - |
| XYZ | 62.57 | 80.97 | 104.43 | - |
| YUV | 217.34 | 147.56 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 252 | 0.44 | 0.01 | 0 | 0.01 | 181.07 | 0.95 | 0.77 |
| Hex | 8C | FA | FC | 2C | 1 | 0 | 1 | B5 | 5F | 4D |
| Octal | 214 | 372 | 374 | 54 | 1 | 0 | 1 | 265 | 137 | 115 |
| Binary | 10001100 | 11111010 | 11111100 | 101100 | 1 | 0 | 1 | 10110101 | 1011111 | 1001101 |
Color Harmonies of #8CFAFC
Complementary color
Monochromatic Colors of #8CFAFC
Black with #8CFAFC
Text Example
Text Example
White with #8CFAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFAFC; }
p { color: rgb(140,250,252); }
H1.HeaderClassName
{
color: #8CFAFC;
}
.AnyTagClassName
{
color: #8CFAFC;
}
</style>
background-color css
<style>
a { background-color: #8CFAFC; }
a { background-color: rgb(140,250,252); }
div.DivClassName
{
background-color: #8CFAFC;
}
.BgClassName
{
background-color: #8CFAFC;
}
</style>
border-color css
<style>
span { border-color: #8CFAFC; }
span { border-color: rgb(140,250,252); }
td.TdClassName
{
border-color: #8CFAFC;
}
.TagClassName
{
border-color: #8CFAFC;
}
</style>