Shades of Electric Blue #8CFAFF
Tints of Electric Blue #8CFAFF
RGB
CMYK
RGB Variations
Color information
#8CFAFF (or 0x8CFAFF) is known color: Electric Blue. HEX triplet: 8C, FA and FF. RGB value is (140,250,255). Sum of RGB (Red+Green+Blue) = 140+250+255=645 (85% of max value = 765). Red value is 140 (55.08% from 255 or 21.71% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CFAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFAFF is #730500. Grayscale: #D9D9D9. Windows color (decimal): -7537921 or 16775820. OLE color: 16775820.
HSL color Cylindrical-coordinate representation of color #8CFAFF: hue angle of 182.61º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFAFF is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 250 | 255 | - |
| CMYK | 0.45 | 0.02 | 0 | 0 |
| HSL | 182.61º | 1% | 0.77% | - |
| HSV(B) | 182.61º | 0.45% | 1% | - |
| XYZ | 63.05 | 81.17 | 106.95 | - |
| YUV | 217.68 | 149.06 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 255 | 0.45 | 0.02 | 0 | 0 | 182.61 | 1 | 0.77 |
| Hex | 8C | FA | FF | 2D | 2 | 0 | 0 | B7 | 64 | 4D |
| Octal | 214 | 372 | 377 | 55 | 2 | 0 | 0 | 267 | 144 | 115 |
| Binary | 10001100 | 11111010 | 11111111 | 101101 | 10 | 0 | 0 | 10110111 | 1100100 | 1001101 |
Color Harmonies of #8CFAFF
Complementary color
Monochromatic Colors of #8CFAFF
Black with #8CFAFF
Text Example
Text Example
White with #8CFAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFAFF; }
p { color: rgb(140,250,255); }
H1.HeaderClassName
{
color: #8CFAFF;
}
.AnyTagClassName
{
color: #8CFAFF;
}
</style>
background-color css
<style>
a { background-color: #8CFAFF; }
a { background-color: rgb(140,250,255); }
div.DivClassName
{
background-color: #8CFAFF;
}
.BgClassName
{
background-color: #8CFAFF;
}
</style>
border-color css
<style>
span { border-color: #8CFAFF; }
span { border-color: rgb(140,250,255); }
td.TdClassName
{
border-color: #8CFAFF;
}
.TagClassName
{
border-color: #8CFAFF;
}
</style>