Shades of Electric Blue #74E9FF
Tints of Electric Blue #74E9FF
RGB
CMYK
RGB Variations
Color information
#74E9FF (or 0x74E9FF) is known color: Electric Blue. HEX triplet: 74, E9 and FF. RGB value is (116,233,255). Sum of RGB (Red+Green+Blue) = 116+233+255=604 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.21% from 604); Green value is 233 (91.41% from 255 or 38.58% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #74E9FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74E9FF is #8B1600. Grayscale: #C8C8C8. Windows color (decimal): -9115137 or 16771444. OLE color: 16771444.
HSL color Cylindrical-coordinate representation of color #74E9FF: hue angle of 189.5º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74E9FF is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 233 | 255 | - |
| CMYK | 0.55 | 0.09 | 0 | 0 |
| HSL | 189.5º | 1% | 0.73% | - |
| HSV(B) | 189.5º | 0.55% | 1% | - |
| XYZ | 54.39 | 69.21 | 105.1 | - |
| YUV | 200.53 | 158.74 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 233 | 255 | 0.55 | 0.09 | 0 | 0 | 189.5 | 1 | 0.73 |
| Hex | 74 | E9 | FF | 37 | 9 | 0 | 0 | BD | 64 | 49 |
| Octal | 164 | 351 | 377 | 67 | 11 | 0 | 0 | 275 | 144 | 111 |
| Binary | 1110100 | 11101001 | 11111111 | 110111 | 1001 | 0 | 0 | 10111101 | 1100100 | 1001001 |
Color Harmonies of #74E9FF
Complementary color
Monochromatic Colors of #74E9FF
Black with #74E9FF
Text Example
Text Example
White with #74E9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E9FF; }
p { color: rgb(116,233,255); }
H1.HeaderClassName
{
color: #74E9FF;
}
.AnyTagClassName
{
color: #74E9FF;
}
</style>
background-color css
<style>
a { background-color: #74E9FF; }
a { background-color: rgb(116,233,255); }
div.DivClassName
{
background-color: #74E9FF;
}
.BgClassName
{
background-color: #74E9FF;
}
</style>
border-color css
<style>
span { border-color: #74E9FF; }
span { border-color: rgb(116,233,255); }
td.TdClassName
{
border-color: #74E9FF;
}
.TagClassName
{
border-color: #74E9FF;
}
</style>