Shades of Electric Blue #90EEFF
Tints of Electric Blue #90EEFF
RGB
CMYK
RGB Variations
Color information
#90EEFF (or 0x90EEFF) is known color: Electric Blue. HEX triplet: 90, EE and FF. RGB value is (144,238,255). Sum of RGB (Red+Green+Blue) = 144+238+255=637 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.61% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #90EEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EEFF is #6F1100. Grayscale: #D3D3D3. Windows color (decimal): -7278849 or 16772752. OLE color: 16772752.
HSL color Cylindrical-coordinate representation of color #90EEFF: hue angle of 189.19º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90EEFF is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 238 | 255 | - |
| CMYK | 0.44 | 0.07 | 0 | 0 |
| HSL | 189.19º | 1% | 0.78% | - |
| HSV(B) | 189.19º | 0.44% | 1% | - |
| XYZ | 60.13 | 74.3 | 105.78 | - |
| YUV | 211.83 | 152.36 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 238 | 255 | 0.44 | 0.07 | 0 | 0 | 189.19 | 1 | 0.78 |
| Hex | 90 | EE | FF | 2C | 7 | 0 | 0 | BD | 64 | 4E |
| Octal | 220 | 356 | 377 | 54 | 7 | 0 | 0 | 275 | 144 | 116 |
| Binary | 10010000 | 11101110 | 11111111 | 101100 | 111 | 0 | 0 | 10111101 | 1100100 | 1001110 |
Color Harmonies of #90EEFF
Complementary color
Monochromatic Colors of #90EEFF
Black with #90EEFF
Text Example
Text Example
White with #90EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EEFF; }
p { color: rgb(144,238,255); }
H1.HeaderClassName
{
color: #90EEFF;
}
.AnyTagClassName
{
color: #90EEFF;
}
</style>
background-color css
<style>
a { background-color: #90EEFF; }
a { background-color: rgb(144,238,255); }
div.DivClassName
{
background-color: #90EEFF;
}
.BgClassName
{
background-color: #90EEFF;
}
</style>
border-color css
<style>
span { border-color: #90EEFF; }
span { border-color: rgb(144,238,255); }
td.TdClassName
{
border-color: #90EEFF;
}
.TagClassName
{
border-color: #90EEFF;
}
</style>