Shades of Electric Blue #90FCFF
Tints of Electric Blue #90FCFF
RGB
CMYK
RGB Variations
Color information
#90FCFF (or 0x90FCFF) is known color: Electric Blue. HEX triplet: 90, FC and FF. RGB value is (144,252,255). Sum of RGB (Red+Green+Blue) = 144+252+255=651 (86% of max value = 765). Red value is 144 (56.64% from 255 or 22.12% from 651); Green value is 252 (98.83% from 255 or 38.71% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #90FCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FCFF is #6F0300. Grayscale: #DBDBDB. Windows color (decimal): -7275265 or 16776336. OLE color: 16776336.
HSL color Cylindrical-coordinate representation of color #90FCFF: hue angle of 181.62º 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 #90FCFF is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 252 | 255 | - |
| CMYK | 0.44 | 0.01 | 0 | 0 |
| HSL | 181.62º | 1% | 0.78% | - |
| HSV(B) | 181.62º | 0.44% | 1% | - |
| XYZ | 64.36 | 82.77 | 107.19 | - |
| YUV | 220.05 | 147.72 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 252 | 255 | 0.44 | 0.01 | 0 | 0 | 181.62 | 1 | 0.78 |
| Hex | 90 | FC | FF | 2C | 1 | 0 | 0 | B6 | 64 | 4E |
| Octal | 220 | 374 | 377 | 54 | 1 | 0 | 0 | 266 | 144 | 116 |
| Binary | 10010000 | 11111100 | 11111111 | 101100 | 1 | 0 | 0 | 10110110 | 1100100 | 1001110 |
Color Harmonies of #90FCFF
Complementary color
Monochromatic Colors of #90FCFF
Black with #90FCFF
Text Example
Text Example
White with #90FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FCFF; }
p { color: rgb(144,252,255); }
H1.HeaderClassName
{
color: #90FCFF;
}
.AnyTagClassName
{
color: #90FCFF;
}
</style>
background-color css
<style>
a { background-color: #90FCFF; }
a { background-color: rgb(144,252,255); }
div.DivClassName
{
background-color: #90FCFF;
}
.BgClassName
{
background-color: #90FCFF;
}
</style>
border-color css
<style>
span { border-color: #90FCFF; }
span { border-color: rgb(144,252,255); }
td.TdClassName
{
border-color: #90FCFF;
}
.TagClassName
{
border-color: #90FCFF;
}
</style>