Shades of Electric Blue #95FFFC
Tints of Electric Blue #95FFFC
RGB
CMYK
RGB Variations
Color information
#95FFFC (or 0x95FFFC) is known color: Electric Blue. HEX triplet: 95, FF and FC. RGB value is (149,255,252). Sum of RGB (Red+Green+Blue) = 149+255+252=656 (86% of max value = 765). Red value is 149 (58.59% from 255 or 22.71% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #95FFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FFFC is #6A0003. Grayscale: #DEDEDE. Windows color (decimal): -6946820 or 16580501. OLE color: 16580501.
HSL color Cylindrical-coordinate representation of color #95FFFC: hue angle of 178.3º 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 #95FFFC is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 255 | 252 | - |
| CMYK | 0.42 | 0 | 0.01 | 0 |
| HSL | 178.3º | 1% | 0.79% | - |
| HSV(B) | 178.3º | 0.42% | 1% | - |
| XYZ | 65.73 | 84.94 | 105.03 | - |
| YUV | 222.96 | 144.38 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 255 | 252 | 0.42 | 0 | 0.01 | 0 | 178.3 | 1 | 0.79 |
| Hex | 95 | FF | FC | 2A | 0 | 1 | 0 | B2 | 64 | 4F |
| Octal | 225 | 377 | 374 | 52 | 0 | 1 | 0 | 262 | 144 | 117 |
| Binary | 10010101 | 11111111 | 11111100 | 101010 | 0 | 1 | 0 | 10110010 | 1100100 | 1001111 |
Color Harmonies of #95FFFC
Complementary color
Monochromatic Colors of #95FFFC
Black with #95FFFC
Text Example
Text Example
White with #95FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FFFC; }
p { color: rgb(149,255,252); }
H1.HeaderClassName
{
color: #95FFFC;
}
.AnyTagClassName
{
color: #95FFFC;
}
</style>
background-color css
<style>
a { background-color: #95FFFC; }
a { background-color: rgb(149,255,252); }
div.DivClassName
{
background-color: #95FFFC;
}
.BgClassName
{
background-color: #95FFFC;
}
</style>
border-color css
<style>
span { border-color: #95FFFC; }
span { border-color: rgb(149,255,252); }
td.TdClassName
{
border-color: #95FFFC;
}
.TagClassName
{
border-color: #95FFFC;
}
</style>