Shades of Electric Blue #8CFAF2
Tints of Electric Blue #8CFAF2
RGB
CMYK
RGB Variations
Color information
#8CFAF2 (or 0x8CFAF2) is known color: Electric Blue. HEX triplet: 8C, FA and F2. RGB value is (140,250,242). Sum of RGB (Red+Green+Blue) = 140+250+242=632 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.15% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFAF2 is #73050D. Grayscale: #D8D8D8. Windows color (decimal): -7537934 or 15923852. OLE color: 15923852.
HSL color Cylindrical-coordinate representation of color #8CFAF2: hue angle of 175.64º 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 #8CFAF2 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 242 | - |
| CMYK | 0.44 | 0 | 0.03 | 0.02 |
| HSL | 175.64º | 0.92% | 0.76% | - |
| HSV(B) | 175.64º | 0.44% | 0.98% | - |
| XYZ | 61.03 | 80.36 | 96.3 | - |
| YUV | 216.2 | 142.56 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 242 | 0.44 | 0 | 0.03 | 0.02 | 175.64 | 0.92 | 0.76 |
| Hex | 8C | FA | F2 | 2C | 0 | 3 | 2 | B0 | 5C | 4C |
| Octal | 214 | 372 | 362 | 54 | 0 | 3 | 2 | 260 | 134 | 114 |
| Binary | 10001100 | 11111010 | 11110010 | 101100 | 0 | 11 | 10 | 10110000 | 1011100 | 1001100 |
Color Harmonies of #8CFAF2
Complementary color
Monochromatic Colors of #8CFAF2
Black with #8CFAF2
Text Example
Text Example
White with #8CFAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFAF2; }
p { color: rgb(140,250,242); }
H1.HeaderClassName
{
color: #8CFAF2;
}
.AnyTagClassName
{
color: #8CFAF2;
}
</style>
background-color css
<style>
a { background-color: #8CFAF2; }
a { background-color: rgb(140,250,242); }
div.DivClassName
{
background-color: #8CFAF2;
}
.BgClassName
{
background-color: #8CFAF2;
}
</style>
border-color css
<style>
span { border-color: #8CFAF2; }
span { border-color: rgb(140,250,242); }
td.TdClassName
{
border-color: #8CFAF2;
}
.TagClassName
{
border-color: #8CFAF2;
}
</style>