Shades of Electric Blue #90FCFE
Tints of Electric Blue #90FCFE
RGB
CMYK
RGB Variations
Color information
#90FCFE (or 0x90FCFE) is known color: Electric Blue. HEX triplet: 90, FC and FE. RGB value is (144,252,254). Sum of RGB (Red+Green+Blue) = 144+252+254=650 (86% of max value = 765). Red value is 144 (56.64% from 255 or 22.15% from 650); Green value is 252 (98.83% from 255 or 38.77% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #90FCFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FCFE is #6F0301. Grayscale: #DBDBDB. Windows color (decimal): -7275266 or 16710800. OLE color: 16710800.
HSL color Cylindrical-coordinate representation of color #90FCFE: hue angle of 181.09º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FCFE is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 252 | 254 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.00 |
| HSL | 181.09º | 0.98% | 0.78% | - |
| HSV(B) | 181.09º | 0.43% | 1% | - |
| XYZ | 64.2 | 82.71 | 106.35 | - |
| YUV | 219.94 | 147.22 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 252 | 254 | 0.43 | 0.01 | 0 | 0.00 | 181.09 | 0.98 | 0.78 |
| Hex | 90 | FC | FE | 2B | 1 | 0 | 0 | B5 | 62 | 4E |
| Octal | 220 | 374 | 376 | 53 | 1 | 0 | 0 | 265 | 142 | 116 |
| Binary | 10010000 | 11111100 | 11111110 | 101011 | 1 | 0 | 0 | 10110101 | 1100010 | 1001110 |
Color Harmonies of #90FCFE
Complementary color
Monochromatic Colors of #90FCFE
Black with #90FCFE
Text Example
Text Example
White with #90FCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FCFE; }
p { color: rgb(144,252,254); }
H1.HeaderClassName
{
color: #90FCFE;
}
.AnyTagClassName
{
color: #90FCFE;
}
</style>
background-color css
<style>
a { background-color: #90FCFE; }
a { background-color: rgb(144,252,254); }
div.DivClassName
{
background-color: #90FCFE;
}
.BgClassName
{
background-color: #90FCFE;
}
</style>
border-color css
<style>
span { border-color: #90FCFE; }
span { border-color: rgb(144,252,254); }
td.TdClassName
{
border-color: #90FCFE;
}
.TagClassName
{
border-color: #90FCFE;
}
</style>