Shades of Electric Blue #8FF2F8
Tints of Electric Blue #8FF2F8
RGB
CMYK
RGB Variations
Color information
#8FF2F8 (or 0x8FF2F8) is known color: Electric Blue. HEX triplet: 8F, F2 and F8. RGB value is (143,242,248). Sum of RGB (Red+Green+Blue) = 143+242+248=633 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.59% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 248 (97.27% from 255 or 39.18% from 633); Max value from RGB is 248 - color contains mainly: blue. Hex color #8FF2F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF2F8 is #700D07. Grayscale: #D4D4D4. Windows color (decimal): -7343368 or 16315023. OLE color: 16315023.
HSL color Cylindrical-coordinate representation of color #8FF2F8: hue angle of 183.43º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FF2F8 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 242 | 248 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.03 |
| HSL | 183.43º | 0.88% | 0.77% | - |
| HSV(B) | 183.43º | 0.42% | 0.97% | - |
| XYZ | 60.02 | 76.12 | 100.34 | - |
| YUV | 213.08 | 147.7 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 242 | 248 | 0.42 | 0.02 | 0 | 0.03 | 183.43 | 0.88 | 0.77 |
| Hex | 8F | F2 | F8 | 2A | 2 | 0 | 3 | B7 | 58 | 4D |
| Octal | 217 | 362 | 370 | 52 | 2 | 0 | 3 | 267 | 130 | 115 |
| Binary | 10001111 | 11110010 | 11111000 | 101010 | 10 | 0 | 11 | 10110111 | 1011000 | 1001101 |
Color Harmonies of #8FF2F8
Complementary color
Monochromatic Colors of #8FF2F8
Black with #8FF2F8
Text Example
Text Example
White with #8FF2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF2F8; }
p { color: rgb(143,242,248); }
H1.HeaderClassName
{
color: #8FF2F8;
}
.AnyTagClassName
{
color: #8FF2F8;
}
</style>
background-color css
<style>
a { background-color: #8FF2F8; }
a { background-color: rgb(143,242,248); }
div.DivClassName
{
background-color: #8FF2F8;
}
.BgClassName
{
background-color: #8FF2F8;
}
</style>
border-color css
<style>
span { border-color: #8FF2F8; }
span { border-color: rgb(143,242,248); }
td.TdClassName
{
border-color: #8FF2F8;
}
.TagClassName
{
border-color: #8FF2F8;
}
</style>