Shades of Electric Blue #74F5FD
Tints of Electric Blue #74F5FD
RGB
CMYK
RGB Variations
Color information
#74F5FD (or 0x74F5FD) is known color: Electric Blue. HEX triplet: 74, F5 and FD. RGB value is (116,245,253). Sum of RGB (Red+Green+Blue) = 116+245+253=614 (81% of max value = 765). Red value is 116 (45.70% from 255 or 18.89% from 614); Green value is 245 (96.09% from 255 or 39.90% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #74F5FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74F5FD is #8B0A02. Grayscale: #CFCFCF. Windows color (decimal): -9112067 or 16643444. OLE color: 16643444.
HSL color Cylindrical-coordinate representation of color #74F5FD: hue angle of 183.5º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74F5FD is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 245 | 253 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.01 |
| HSL | 183.5º | 0.97% | 0.72% | - |
| HSV(B) | 183.5º | 0.54% | 0.99% | - |
| XYZ | 57.58 | 76.11 | 104.58 | - |
| YUV | 207.34 | 153.76 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 245 | 253 | 0.54 | 0.03 | 0 | 0.01 | 183.5 | 0.97 | 0.72 |
| Hex | 74 | F5 | FD | 36 | 3 | 0 | 1 | B8 | 61 | 48 |
| Octal | 164 | 365 | 375 | 66 | 3 | 0 | 1 | 270 | 141 | 110 |
| Binary | 1110100 | 11110101 | 11111101 | 110110 | 11 | 0 | 1 | 10111000 | 1100001 | 1001000 |
Color Harmonies of #74F5FD
Complementary color
Monochromatic Colors of #74F5FD
Black with #74F5FD
Text Example
Text Example
White with #74F5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F5FD; }
p { color: rgb(116,245,253); }
H1.HeaderClassName
{
color: #74F5FD;
}
.AnyTagClassName
{
color: #74F5FD;
}
</style>
background-color css
<style>
a { background-color: #74F5FD; }
a { background-color: rgb(116,245,253); }
div.DivClassName
{
background-color: #74F5FD;
}
.BgClassName
{
background-color: #74F5FD;
}
</style>
border-color css
<style>
span { border-color: #74F5FD; }
span { border-color: rgb(116,245,253); }
td.TdClassName
{
border-color: #74F5FD;
}
.TagClassName
{
border-color: #74F5FD;
}
</style>