Shades of Electric Blue #81FAF5
Tints of Electric Blue #81FAF5
RGB
CMYK
RGB Variations
Color information
#81FAF5 (or 0x81FAF5) is known color: Electric Blue. HEX triplet: 81, FA and F5. RGB value is (129,250,245). Sum of RGB (Red+Green+Blue) = 129+250+245=624 (82% of max value = 765). Red value is 129 (50.78% from 255 or 20.67% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 245 (96.09% from 255 or 39.26% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #81FAF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FAF5 is #7E050A. Grayscale: #D5D5D5. Windows color (decimal): -8258827 or 16120449. OLE color: 16120449.
HSL color Cylindrical-coordinate representation of color #81FAF5: hue angle of 177.52º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81FAF5 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 250 | 245 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.02 |
| HSL | 177.52º | 0.92% | 0.74% | - |
| HSV(B) | 177.52º | 0.48% | 0.98% | - |
| XYZ | 59.72 | 79.63 | 98.61 | - |
| YUV | 213.25 | 145.91 | 67.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 250 | 245 | 0.48 | 0 | 0.02 | 0.02 | 177.52 | 0.92 | 0.74 |
| Hex | 81 | FA | F5 | 30 | 0 | 2 | 2 | B2 | 5C | 4A |
| Octal | 201 | 372 | 365 | 60 | 0 | 2 | 2 | 262 | 134 | 112 |
| Binary | 10000001 | 11111010 | 11110101 | 110000 | 0 | 10 | 10 | 10110010 | 1011100 | 1001010 |
Color Harmonies of #81FAF5
Complementary color
Monochromatic Colors of #81FAF5
Black with #81FAF5
Text Example
Text Example
White with #81FAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FAF5; }
p { color: rgb(129,250,245); }
H1.HeaderClassName
{
color: #81FAF5;
}
.AnyTagClassName
{
color: #81FAF5;
}
</style>
background-color css
<style>
a { background-color: #81FAF5; }
a { background-color: rgb(129,250,245); }
div.DivClassName
{
background-color: #81FAF5;
}
.BgClassName
{
background-color: #81FAF5;
}
</style>
border-color css
<style>
span { border-color: #81FAF5; }
span { border-color: rgb(129,250,245); }
td.TdClassName
{
border-color: #81FAF5;
}
.TagClassName
{
border-color: #81FAF5;
}
</style>