Shades of Electric Blue #74F3F1
Tints of Electric Blue #74F3F1
RGB
CMYK
RGB Variations
Color information
#74F3F1 (or 0x74F3F1) is known color: Electric Blue. HEX triplet: 74, F3 and F1. RGB value is (116,243,241). Sum of RGB (Red+Green+Blue) = 116+243+241=600 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.33% from 600); Green value is 243 (95.31% from 255 or 40.5% from 600); Blue value is 241 (94.53% from 255 or 40.17% from 600); Max value from RGB is 243 - color contains mainly: green. Hex color #74F3F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74F3F1 is #8B0C0E. Grayscale: #CCCCCC. Windows color (decimal): -9112591 or 15856500. OLE color: 15856500.
HSL color Cylindrical-coordinate representation of color #74F3F1: hue angle of 179.06º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F3F1 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 243 | 241 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.05 |
| HSL | 179.06º | 0.84% | 0.7% | - |
| HSV(B) | 179.06º | 0.52% | 0.95% | - |
| XYZ | 55.13 | 74.17 | 94.63 | - |
| YUV | 204.8 | 148.42 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 243 | 241 | 0.52 | 0 | 0.01 | 0.05 | 179.06 | 0.84 | 0.7 |
| Hex | 74 | F3 | F1 | 34 | 0 | 1 | 5 | B3 | 54 | 46 |
| Octal | 164 | 363 | 361 | 64 | 0 | 1 | 5 | 263 | 124 | 106 |
| Binary | 1110100 | 11110011 | 11110001 | 110100 | 0 | 1 | 101 | 10110011 | 1010100 | 1000110 |
Color Harmonies of #74F3F1
Complementary color
Monochromatic Colors of #74F3F1
Black with #74F3F1
Text Example
Text Example
White with #74F3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F3F1; }
p { color: rgb(116,243,241); }
H1.HeaderClassName
{
color: #74F3F1;
}
.AnyTagClassName
{
color: #74F3F1;
}
</style>
background-color css
<style>
a { background-color: #74F3F1; }
a { background-color: rgb(116,243,241); }
div.DivClassName
{
background-color: #74F3F1;
}
.BgClassName
{
background-color: #74F3F1;
}
</style>
border-color css
<style>
span { border-color: #74F3F1; }
span { border-color: rgb(116,243,241); }
td.TdClassName
{
border-color: #74F3F1;
}
.TagClassName
{
border-color: #74F3F1;
}
</style>