Shades of Electric Blue #95FFF8
Tints of Electric Blue #95FFF8
RGB
CMYK
RGB Variations
Color information
#95FFF8 (or 0x95FFF8) is known color: Electric Blue. HEX triplet: 95, FF and F8. RGB value is (149,255,248). Sum of RGB (Red+Green+Blue) = 149+255+248=652 (86% of max value = 765). Red value is 149 (58.59% from 255 or 22.85% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 248 (97.27% from 255 or 38.04% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #95FFF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FFF8 is #6A0007. Grayscale: #DEDEDE. Windows color (decimal): -6946824 or 16318357. OLE color: 16318357.
HSL color Cylindrical-coordinate representation of color #95FFF8: hue angle of 176.04º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95FFF8 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 255 | 248 | - |
| CMYK | 0.42 | 0 | 0.03 | 0 |
| HSL | 176.04º | 1% | 0.79% | - |
| HSV(B) | 176.04º | 0.42% | 1% | - |
| XYZ | 65.1 | 84.69 | 101.72 | - |
| YUV | 222.51 | 142.38 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 255 | 248 | 0.42 | 0 | 0.03 | 0 | 176.04 | 1 | 0.79 |
| Hex | 95 | FF | F8 | 2A | 0 | 3 | 0 | B0 | 64 | 4F |
| Octal | 225 | 377 | 370 | 52 | 0 | 3 | 0 | 260 | 144 | 117 |
| Binary | 10010101 | 11111111 | 11111000 | 101010 | 0 | 11 | 0 | 10110000 | 1100100 | 1001111 |
Color Harmonies of #95FFF8
Complementary color
Monochromatic Colors of #95FFF8
Black with #95FFF8
Text Example
Text Example
White with #95FFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FFF8; }
p { color: rgb(149,255,248); }
H1.HeaderClassName
{
color: #95FFF8;
}
.AnyTagClassName
{
color: #95FFF8;
}
</style>
background-color css
<style>
a { background-color: #95FFF8; }
a { background-color: rgb(149,255,248); }
div.DivClassName
{
background-color: #95FFF8;
}
.BgClassName
{
background-color: #95FFF8;
}
</style>
border-color css
<style>
span { border-color: #95FFF8; }
span { border-color: rgb(149,255,248); }
td.TdClassName
{
border-color: #95FFF8;
}
.TagClassName
{
border-color: #95FFF8;
}
</style>