Shades of Electric Blue #90FCEE
Tints of Electric Blue #90FCEE
RGB
CMYK
RGB Variations
Color information
#90FCEE (or 0x90FCEE) is known color: Electric Blue. HEX triplet: 90, FC and EE. RGB value is (144,252,238). Sum of RGB (Red+Green+Blue) = 144+252+238=634 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.71% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 252 - color contains mainly: green. Hex color #90FCEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FCEE is #6F0311. Grayscale: #DADADA. Windows color (decimal): -7275282 or 15662224. OLE color: 15662224.
HSL color Cylindrical-coordinate representation of color #90FCEE: hue angle of 172.22º 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 #90FCEE is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 252 | 238 | - |
| CMYK | 0.43 | 0 | 0.06 | 0.01 |
| HSL | 172.22º | 0.95% | 0.78% | - |
| HSV(B) | 172.22º | 0.43% | 0.99% | - |
| XYZ | 61.74 | 81.72 | 93.41 | - |
| YUV | 218.11 | 139.22 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 252 | 238 | 0.43 | 0 | 0.06 | 0.01 | 172.22 | 0.95 | 0.78 |
| Hex | 90 | FC | EE | 2B | 0 | 6 | 1 | AC | 5F | 4E |
| Octal | 220 | 374 | 356 | 53 | 0 | 6 | 1 | 254 | 137 | 116 |
| Binary | 10010000 | 11111100 | 11101110 | 101011 | 0 | 110 | 1 | 10101100 | 1011111 | 1001110 |
Color Harmonies of #90FCEE
Complementary color
Monochromatic Colors of #90FCEE
Black with #90FCEE
Text Example
Text Example
White with #90FCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FCEE; }
p { color: rgb(144,252,238); }
H1.HeaderClassName
{
color: #90FCEE;
}
.AnyTagClassName
{
color: #90FCEE;
}
</style>
background-color css
<style>
a { background-color: #90FCEE; }
a { background-color: rgb(144,252,238); }
div.DivClassName
{
background-color: #90FCEE;
}
.BgClassName
{
background-color: #90FCEE;
}
</style>
border-color css
<style>
span { border-color: #90FCEE; }
span { border-color: rgb(144,252,238); }
td.TdClassName
{
border-color: #90FCEE;
}
.TagClassName
{
border-color: #90FCEE;
}
</style>