Shades of Electric Blue #90F2FC
Tints of Electric Blue #90F2FC
RGB
CMYK
RGB Variations
Color information
#90F2FC (or 0x90F2FC) is known color: Electric Blue. HEX triplet: 90, F2 and FC. RGB value is (144,242,252). Sum of RGB (Red+Green+Blue) = 144+242+252=638 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.57% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #90F2FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F2FC is #6F0D03. Grayscale: #D5D5D5. Windows color (decimal): -7277828 or 16577168. OLE color: 16577168.
HSL color Cylindrical-coordinate representation of color #90F2FC: hue angle of 185.56º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90F2FC is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 242 | 252 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.01 |
| HSL | 185.56º | 0.95% | 0.78% | - |
| HSV(B) | 185.56º | 0.43% | 0.99% | - |
| XYZ | 60.82 | 76.46 | 103.65 | - |
| YUV | 213.84 | 149.53 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 242 | 252 | 0.43 | 0.04 | 0 | 0.01 | 185.56 | 0.95 | 0.78 |
| Hex | 90 | F2 | FC | 2B | 4 | 0 | 1 | BA | 5F | 4E |
| Octal | 220 | 362 | 374 | 53 | 4 | 0 | 1 | 272 | 137 | 116 |
| Binary | 10010000 | 11110010 | 11111100 | 101011 | 100 | 0 | 1 | 10111010 | 1011111 | 1001110 |
Color Harmonies of #90F2FC
Complementary color
Monochromatic Colors of #90F2FC
Black with #90F2FC
Text Example
Text Example
White with #90F2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F2FC; }
p { color: rgb(144,242,252); }
H1.HeaderClassName
{
color: #90F2FC;
}
.AnyTagClassName
{
color: #90F2FC;
}
</style>
background-color css
<style>
a { background-color: #90F2FC; }
a { background-color: rgb(144,242,252); }
div.DivClassName
{
background-color: #90F2FC;
}
.BgClassName
{
background-color: #90F2FC;
}
</style>
border-color css
<style>
span { border-color: #90F2FC; }
span { border-color: rgb(144,242,252); }
td.TdClassName
{
border-color: #90F2FC;
}
.TagClassName
{
border-color: #90F2FC;
}
</style>