Shades of Electric Blue #90EFF8
Tints of Electric Blue #90EFF8
RGB
CMYK
RGB Variations
Color information
#90EFF8 (or 0x90EFF8) is known color: Electric Blue. HEX triplet: 90, EF and F8. RGB value is (144,239,248). Sum of RGB (Red+Green+Blue) = 144+239+248=631 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.82% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 248 (97.27% from 255 or 39.30% from 631); Max value from RGB is 248 - color contains mainly: blue. Hex color #90EFF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EFF8 is #6F1007. Grayscale: #D3D3D3. Windows color (decimal): -7278600 or 16314256. OLE color: 16314256.
HSL color Cylindrical-coordinate representation of color #90EFF8: hue angle of 185.19º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90EFF8 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 239 | 248 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.03 |
| HSL | 185.19º | 0.88% | 0.77% | - |
| HSV(B) | 185.19º | 0.42% | 0.97% | - |
| XYZ | 59.31 | 74.44 | 100.05 | - |
| YUV | 211.62 | 148.53 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 239 | 248 | 0.42 | 0.04 | 0 | 0.03 | 185.19 | 0.88 | 0.77 |
| Hex | 90 | EF | F8 | 2A | 4 | 0 | 3 | B9 | 58 | 4D |
| Octal | 220 | 357 | 370 | 52 | 4 | 0 | 3 | 271 | 130 | 115 |
| Binary | 10010000 | 11101111 | 11111000 | 101010 | 100 | 0 | 11 | 10111001 | 1011000 | 1001101 |
Color Harmonies of #90EFF8
Complementary color
Monochromatic Colors of #90EFF8
Black with #90EFF8
Text Example
Text Example
White with #90EFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EFF8; }
p { color: rgb(144,239,248); }
H1.HeaderClassName
{
color: #90EFF8;
}
.AnyTagClassName
{
color: #90EFF8;
}
</style>
background-color css
<style>
a { background-color: #90EFF8; }
a { background-color: rgb(144,239,248); }
div.DivClassName
{
background-color: #90EFF8;
}
.BgClassName
{
background-color: #90EFF8;
}
</style>
border-color css
<style>
span { border-color: #90EFF8; }
span { border-color: rgb(144,239,248); }
td.TdClassName
{
border-color: #90EFF8;
}
.TagClassName
{
border-color: #90EFF8;
}
</style>