Shades of Electric Blue #95FAF6
Tints of Electric Blue #95FAF6
RGB
CMYK
RGB Variations
Color information
#95FAF6 (or 0x95FAF6) is known color: Electric Blue. HEX triplet: 95, FA and F6. RGB value is (149,250,246). Sum of RGB (Red+Green+Blue) = 149+250+246=645 (85% of max value = 765). Red value is 149 (58.59% from 255 or 23.10% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 246 (96.48% from 255 or 38.14% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #95FAF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FAF6 is #6A0509. Grayscale: #DBDBDB. Windows color (decimal): -6948106 or 16186005. OLE color: 16186005.
HSL color Cylindrical-coordinate representation of color #95FAF6: hue angle of 177.62º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95FAF6 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 250 | 246 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.02 |
| HSL | 177.62º | 0.91% | 0.78% | - |
| HSV(B) | 177.62º | 0.4% | 0.98% | - |
| XYZ | 63.21 | 81.41 | 99.57 | - |
| YUV | 219.35 | 143.04 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 250 | 246 | 0.40 | 0 | 0.02 | 0.02 | 177.62 | 0.91 | 0.78 |
| Hex | 95 | FA | F6 | 28 | 0 | 2 | 2 | B2 | 5B | 4E |
| Octal | 225 | 372 | 366 | 50 | 0 | 2 | 2 | 262 | 133 | 116 |
| Binary | 10010101 | 11111010 | 11110110 | 101000 | 0 | 10 | 10 | 10110010 | 1011011 | 1001110 |
Color Harmonies of #95FAF6
Complementary color
Monochromatic Colors of #95FAF6
Black with #95FAF6
Text Example
Text Example
White with #95FAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FAF6; }
p { color: rgb(149,250,246); }
H1.HeaderClassName
{
color: #95FAF6;
}
.AnyTagClassName
{
color: #95FAF6;
}
</style>
background-color css
<style>
a { background-color: #95FAF6; }
a { background-color: rgb(149,250,246); }
div.DivClassName
{
background-color: #95FAF6;
}
.BgClassName
{
background-color: #95FAF6;
}
</style>
border-color css
<style>
span { border-color: #95FAF6; }
span { border-color: rgb(149,250,246); }
td.TdClassName
{
border-color: #95FAF6;
}
.TagClassName
{
border-color: #95FAF6;
}
</style>