Shades of Electric Blue #95FBF6
Tints of Electric Blue #95FBF6
RGB
CMYK
RGB Variations
Color information
#95FBF6 (or 0x95FBF6) is known color: Electric Blue. HEX triplet: 95, FB and F6. RGB value is (149,251,246). Sum of RGB (Red+Green+Blue) = 149+251+246=646 (85% of max value = 765). Red value is 149 (58.59% from 255 or 23.07% from 646); Green value is 251 (98.44% from 255 or 38.85% from 646); Blue value is 246 (96.48% from 255 or 38.08% from 646); Max value from RGB is 251 - color contains mainly: green. Hex color #95FBF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FBF6 is #6A0409. Grayscale: #DBDBDB. Windows color (decimal): -6947850 or 16186261. OLE color: 16186261.
HSL color Cylindrical-coordinate representation of color #95FBF6: hue angle of 177.06º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95FBF6 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 251 | 246 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.02 |
| HSL | 177.06º | 0.93% | 0.78% | - |
| HSV(B) | 177.06º | 0.41% | 0.98% | - |
| XYZ | 63.53 | 82.04 | 99.68 | - |
| YUV | 219.93 | 142.71 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 251 | 246 | 0.41 | 0 | 0.02 | 0.02 | 177.06 | 0.93 | 0.78 |
| Hex | 95 | FB | F6 | 29 | 0 | 2 | 2 | B1 | 5D | 4E |
| Octal | 225 | 373 | 366 | 51 | 0 | 2 | 2 | 261 | 135 | 116 |
| Binary | 10010101 | 11111011 | 11110110 | 101001 | 0 | 10 | 10 | 10110001 | 1011101 | 1001110 |
Color Harmonies of #95FBF6
Complementary color
Monochromatic Colors of #95FBF6
Black with #95FBF6
Text Example
Text Example
White with #95FBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FBF6; }
p { color: rgb(149,251,246); }
H1.HeaderClassName
{
color: #95FBF6;
}
.AnyTagClassName
{
color: #95FBF6;
}
</style>
background-color css
<style>
a { background-color: #95FBF6; }
a { background-color: rgb(149,251,246); }
div.DivClassName
{
background-color: #95FBF6;
}
.BgClassName
{
background-color: #95FBF6;
}
</style>
border-color css
<style>
span { border-color: #95FBF6; }
span { border-color: rgb(149,251,246); }
td.TdClassName
{
border-color: #95FBF6;
}
.TagClassName
{
border-color: #95FBF6;
}
</style>