Shades of Electric Blue #90F1FF
Tints of Electric Blue #90F1FF
RGB
CMYK
RGB Variations
Color information
#90F1FF (or 0x90F1FF) is known color: Electric Blue. HEX triplet: 90, F1 and FF. RGB value is (144,241,255). Sum of RGB (Red+Green+Blue) = 144+241+255=640 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.5% from 640); Green value is 241 (94.53% from 255 or 37.66% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #90F1FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F1FF is #6F0E00. Grayscale: #D5D5D5. Windows color (decimal): -7278081 or 16773520. OLE color: 16773520.
HSL color Cylindrical-coordinate representation of color #90F1FF: hue angle of 187.57º 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 #90F1FF is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 241 | 255 | - |
| CMYK | 0.44 | 0.05 | 0 | 0 |
| HSL | 187.57º | 1% | 0.78% | - |
| HSV(B) | 187.57º | 0.44% | 1% | - |
| XYZ | 61.01 | 76.06 | 106.07 | - |
| YUV | 213.59 | 151.36 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 241 | 255 | 0.44 | 0.05 | 0 | 0 | 187.57 | 1 | 0.78 |
| Hex | 90 | F1 | FF | 2C | 5 | 0 | 0 | BC | 64 | 4E |
| Octal | 220 | 361 | 377 | 54 | 5 | 0 | 0 | 274 | 144 | 116 |
| Binary | 10010000 | 11110001 | 11111111 | 101100 | 101 | 0 | 0 | 10111100 | 1100100 | 1001110 |
Color Harmonies of #90F1FF
Complementary color
Monochromatic Colors of #90F1FF
Black with #90F1FF
Text Example
Text Example
White with #90F1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F1FF; }
p { color: rgb(144,241,255); }
H1.HeaderClassName
{
color: #90F1FF;
}
.AnyTagClassName
{
color: #90F1FF;
}
</style>
background-color css
<style>
a { background-color: #90F1FF; }
a { background-color: rgb(144,241,255); }
div.DivClassName
{
background-color: #90F1FF;
}
.BgClassName
{
background-color: #90F1FF;
}
</style>
border-color css
<style>
span { border-color: #90F1FF; }
span { border-color: rgb(144,241,255); }
td.TdClassName
{
border-color: #90F1FF;
}
.TagClassName
{
border-color: #90F1FF;
}
</style>