Shades of Electric Blue #90F2EE
Tints of Electric Blue #90F2EE
RGB
CMYK
RGB Variations
Color information
#90F2EE (or 0x90F2EE) is known color: Electric Blue. HEX triplet: 90, F2 and EE. RGB value is (144,242,238). Sum of RGB (Red+Green+Blue) = 144+242+238=624 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.08% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 242 - color contains mainly: green. Hex color #90F2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F2EE is #6F0D11. Grayscale: #D4D4D4. Windows color (decimal): -7277842 or 15659664. OLE color: 15659664.
HSL color Cylindrical-coordinate representation of color #90F2EE: hue angle of 177.55º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90F2EE is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 242 | 238 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.05 |
| HSL | 177.55º | 0.79% | 0.76% | - |
| HSV(B) | 177.55º | 0.4% | 0.95% | - |
| XYZ | 58.69 | 75.61 | 92.39 | - |
| YUV | 212.24 | 142.53 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 242 | 238 | 0.40 | 0 | 0.02 | 0.05 | 177.55 | 0.79 | 0.76 |
| Hex | 90 | F2 | EE | 28 | 0 | 2 | 5 | B2 | 4F | 4C |
| Octal | 220 | 362 | 356 | 50 | 0 | 2 | 5 | 262 | 117 | 114 |
| Binary | 10010000 | 11110010 | 11101110 | 101000 | 0 | 10 | 101 | 10110010 | 1001111 | 1001100 |
Color Harmonies of #90F2EE
Complementary color
Monochromatic Colors of #90F2EE
Black with #90F2EE
Text Example
Text Example
White with #90F2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F2EE; }
p { color: rgb(144,242,238); }
H1.HeaderClassName
{
color: #90F2EE;
}
.AnyTagClassName
{
color: #90F2EE;
}
</style>
background-color css
<style>
a { background-color: #90F2EE; }
a { background-color: rgb(144,242,238); }
div.DivClassName
{
background-color: #90F2EE;
}
.BgClassName
{
background-color: #90F2EE;
}
</style>
border-color css
<style>
span { border-color: #90F2EE; }
span { border-color: rgb(144,242,238); }
td.TdClassName
{
border-color: #90F2EE;
}
.TagClassName
{
border-color: #90F2EE;
}
</style>