Shades of Electric Blue #81EAF2
Tints of Electric Blue #81EAF2
RGB
CMYK
RGB Variations
Color information
#81EAF2 (or 0x81EAF2) is known color: Electric Blue. HEX triplet: 81, EA and F2. RGB value is (129,234,242). Sum of RGB (Red+Green+Blue) = 129+234+242=605 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.32% from 605); Green value is 234 (91.80% from 255 or 38.68% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 242 - color contains mainly: blue. Hex color #81EAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EAF2 is #7E150D. Grayscale: #CBCBCB. Windows color (decimal): -8262926 or 15919745. OLE color: 15919745.
HSL color Cylindrical-coordinate representation of color #81EAF2: hue angle of 184.25º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81EAF2 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 234 | 242 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.05 |
| HSL | 184.25º | 0.81% | 0.73% | - |
| HSV(B) | 184.25º | 0.47% | 0.95% | - |
| XYZ | 54.5 | 69.92 | 94.63 | - |
| YUV | 203.52 | 149.71 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 234 | 242 | 0.47 | 0.03 | 0 | 0.05 | 184.25 | 0.81 | 0.73 |
| Hex | 81 | EA | F2 | 2F | 3 | 0 | 5 | B8 | 51 | 49 |
| Octal | 201 | 352 | 362 | 57 | 3 | 0 | 5 | 270 | 121 | 111 |
| Binary | 10000001 | 11101010 | 11110010 | 101111 | 11 | 0 | 101 | 10111000 | 1010001 | 1001001 |
Color Harmonies of #81EAF2
Complementary color
Monochromatic Colors of #81EAF2
Black with #81EAF2
Text Example
Text Example
White with #81EAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EAF2; }
p { color: rgb(129,234,242); }
H1.HeaderClassName
{
color: #81EAF2;
}
.AnyTagClassName
{
color: #81EAF2;
}
</style>
background-color css
<style>
a { background-color: #81EAF2; }
a { background-color: rgb(129,234,242); }
div.DivClassName
{
background-color: #81EAF2;
}
.BgClassName
{
background-color: #81EAF2;
}
</style>
border-color css
<style>
span { border-color: #81EAF2; }
span { border-color: rgb(129,234,242); }
td.TdClassName
{
border-color: #81EAF2;
}
.TagClassName
{
border-color: #81EAF2;
}
</style>