Shades of Electric Blue #8CFAF3
Tints of Electric Blue #8CFAF3
RGB
CMYK
RGB Variations
Color information
#8CFAF3 (or 0x8CFAF3) is known color: Electric Blue. HEX triplet: 8C, FA and F3. RGB value is (140,250,243). Sum of RGB (Red+Green+Blue) = 140+250+243=633 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.12% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 243 (95.31% from 255 or 38.39% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFAF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFAF3 is #73050C. Grayscale: #D8D8D8. Windows color (decimal): -7537933 or 15989388. OLE color: 15989388.
HSL color Cylindrical-coordinate representation of color #8CFAF3: hue angle of 176.18º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFAF3 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 243 | - |
| CMYK | 0.44 | 0 | 0.03 | 0.02 |
| HSL | 176.18º | 0.92% | 0.76% | - |
| HSV(B) | 176.18º | 0.44% | 0.98% | - |
| XYZ | 61.18 | 80.42 | 97.09 | - |
| YUV | 216.31 | 143.06 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 243 | 0.44 | 0 | 0.03 | 0.02 | 176.18 | 0.92 | 0.76 |
| Hex | 8C | FA | F3 | 2C | 0 | 3 | 2 | B0 | 5C | 4C |
| Octal | 214 | 372 | 363 | 54 | 0 | 3 | 2 | 260 | 134 | 114 |
| Binary | 10001100 | 11111010 | 11110011 | 101100 | 0 | 11 | 10 | 10110000 | 1011100 | 1001100 |
Color Harmonies of #8CFAF3
Complementary color
Monochromatic Colors of #8CFAF3
Black with #8CFAF3
Text Example
Text Example
White with #8CFAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFAF3; }
p { color: rgb(140,250,243); }
H1.HeaderClassName
{
color: #8CFAF3;
}
.AnyTagClassName
{
color: #8CFAF3;
}
</style>
background-color css
<style>
a { background-color: #8CFAF3; }
a { background-color: rgb(140,250,243); }
div.DivClassName
{
background-color: #8CFAF3;
}
.BgClassName
{
background-color: #8CFAF3;
}
</style>
border-color css
<style>
span { border-color: #8CFAF3; }
span { border-color: rgb(140,250,243); }
td.TdClassName
{
border-color: #8CFAF3;
}
.TagClassName
{
border-color: #8CFAF3;
}
</style>