Shades of Electric Blue #90FBFC
Tints of Electric Blue #90FBFC
RGB
CMYK
RGB Variations
Color information
#90FBFC (or 0x90FBFC) is known color: Electric Blue. HEX triplet: 90, FB and FC. RGB value is (144,251,252). Sum of RGB (Red+Green+Blue) = 144+251+252=647 (85% of max value = 765). Red value is 144 (56.64% from 255 or 22.26% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #90FBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FBFC is #6F0403. Grayscale: #DBDBDB. Windows color (decimal): -7275524 or 16579472. OLE color: 16579472.
HSL color Cylindrical-coordinate representation of color #90FBFC: hue angle of 180.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 #90FBFC is Cyan = 0.43, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 251 | 252 | - |
| CMYK | 0.43 | 0.00 | 0 | 0.01 |
| HSL | 180.56º | 0.95% | 0.78% | - |
| HSV(B) | 180.56º | 0.43% | 0.99% | - |
| XYZ | 63.57 | 81.95 | 104.56 | - |
| YUV | 219.12 | 146.55 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 251 | 252 | 0.43 | 0.00 | 0 | 0.01 | 180.56 | 0.95 | 0.78 |
| Hex | 90 | FB | FC | 2B | 0 | 0 | 1 | B5 | 5F | 4E |
| Octal | 220 | 373 | 374 | 53 | 0 | 0 | 1 | 265 | 137 | 116 |
| Binary | 10010000 | 11111011 | 11111100 | 101011 | 0 | 0 | 1 | 10110101 | 1011111 | 1001110 |
Color Harmonies of #90FBFC
Complementary color
Monochromatic Colors of #90FBFC
Black with #90FBFC
Text Example
Text Example
White with #90FBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FBFC; }
p { color: rgb(144,251,252); }
H1.HeaderClassName
{
color: #90FBFC;
}
.AnyTagClassName
{
color: #90FBFC;
}
</style>
background-color css
<style>
a { background-color: #90FBFC; }
a { background-color: rgb(144,251,252); }
div.DivClassName
{
background-color: #90FBFC;
}
.BgClassName
{
background-color: #90FBFC;
}
</style>
border-color css
<style>
span { border-color: #90FBFC; }
span { border-color: rgb(144,251,252); }
td.TdClassName
{
border-color: #90FBFC;
}
.TagClassName
{
border-color: #90FBFC;
}
</style>