Shades of Electric Blue #90F8FF
Tints of Electric Blue #90F8FF
RGB
CMYK
RGB Variations
Color information
#90F8FF (or 0x90F8FF) is known color: Electric Blue. HEX triplet: 90, F8 and FF. RGB value is (144,248,255). Sum of RGB (Red+Green+Blue) = 144+248+255=647 (85% of max value = 765). Red value is 144 (56.64% from 255 or 22.26% from 647); Green value is 248 (97.27% from 255 or 38.33% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #90F8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F8FF is #6F0700. Grayscale: #D9D9D9. Windows color (decimal): -7276289 or 16775312. OLE color: 16775312.
HSL color Cylindrical-coordinate representation of color #90F8FF: hue angle of 183.78º 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 #90F8FF is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 248 | 255 | - |
| CMYK | 0.44 | 0.03 | 0 | 0 |
| HSL | 183.78º | 1% | 0.78% | - |
| HSV(B) | 183.78º | 0.44% | 1% | - |
| XYZ | 63.12 | 80.28 | 106.78 | - |
| YUV | 217.7 | 149.04 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 248 | 255 | 0.44 | 0.03 | 0 | 0 | 183.78 | 1 | 0.78 |
| Hex | 90 | F8 | FF | 2C | 3 | 0 | 0 | B8 | 64 | 4E |
| Octal | 220 | 370 | 377 | 54 | 3 | 0 | 0 | 270 | 144 | 116 |
| Binary | 10010000 | 11111000 | 11111111 | 101100 | 11 | 0 | 0 | 10111000 | 1100100 | 1001110 |
Color Harmonies of #90F8FF
Complementary color
Monochromatic Colors of #90F8FF
Black with #90F8FF
Text Example
Text Example
White with #90F8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F8FF; }
p { color: rgb(144,248,255); }
H1.HeaderClassName
{
color: #90F8FF;
}
.AnyTagClassName
{
color: #90F8FF;
}
</style>
background-color css
<style>
a { background-color: #90F8FF; }
a { background-color: rgb(144,248,255); }
div.DivClassName
{
background-color: #90F8FF;
}
.BgClassName
{
background-color: #90F8FF;
}
</style>
border-color css
<style>
span { border-color: #90F8FF; }
span { border-color: rgb(144,248,255); }
td.TdClassName
{
border-color: #90F8FF;
}
.TagClassName
{
border-color: #90F8FF;
}
</style>