Shades of Electric Blue #95FBF4
Tints of Electric Blue #95FBF4
RGB
CMYK
RGB Variations
Color information
#95FBF4 (or 0x95FBF4) is known color: Electric Blue. HEX triplet: 95, FB and F4. RGB value is (149,251,244). Sum of RGB (Red+Green+Blue) = 149+251+244=644 (85% of max value = 765). Red value is 149 (58.59% from 255 or 23.14% from 644); Green value is 251 (98.44% from 255 or 38.98% from 644); Blue value is 244 (95.70% from 255 or 37.89% from 644); Max value from RGB is 251 - color contains mainly: green. Hex color #95FBF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FBF4 is #6A040B. Grayscale: #DBDBDB. Windows color (decimal): -6947852 or 16055189. OLE color: 16055189.
HSL color Cylindrical-coordinate representation of color #95FBF4: hue angle of 175.88º 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 #95FBF4 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 251 | 244 | - |
| CMYK | 0.41 | 0 | 0.03 | 0.02 |
| HSL | 175.88º | 0.93% | 0.78% | - |
| HSV(B) | 175.88º | 0.41% | 0.98% | - |
| XYZ | 63.22 | 81.92 | 98.07 | - |
| YUV | 219.7 | 141.71 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 251 | 244 | 0.41 | 0 | 0.03 | 0.02 | 175.88 | 0.93 | 0.78 |
| Hex | 95 | FB | F4 | 29 | 0 | 3 | 2 | B0 | 5D | 4E |
| Octal | 225 | 373 | 364 | 51 | 0 | 3 | 2 | 260 | 135 | 116 |
| Binary | 10010101 | 11111011 | 11110100 | 101001 | 0 | 11 | 10 | 10110000 | 1011101 | 1001110 |
Color Harmonies of #95FBF4
Complementary color
Monochromatic Colors of #95FBF4
Black with #95FBF4
Text Example
Text Example
White with #95FBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FBF4; }
p { color: rgb(149,251,244); }
H1.HeaderClassName
{
color: #95FBF4;
}
.AnyTagClassName
{
color: #95FBF4;
}
</style>
background-color css
<style>
a { background-color: #95FBF4; }
a { background-color: rgb(149,251,244); }
div.DivClassName
{
background-color: #95FBF4;
}
.BgClassName
{
background-color: #95FBF4;
}
</style>
border-color css
<style>
span { border-color: #95FBF4; }
span { border-color: rgb(149,251,244); }
td.TdClassName
{
border-color: #95FBF4;
}
.TagClassName
{
border-color: #95FBF4;
}
</style>