Shades of Electric Blue #90EFF3
Tints of Electric Blue #90EFF3
RGB
CMYK
RGB Variations
Color information
#90EFF3 (or 0x90EFF3) is known color: Electric Blue. HEX triplet: 90, EF and F3. RGB value is (144,239,243). Sum of RGB (Red+Green+Blue) = 144+239+243=626 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.00% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 243 (95.31% from 255 or 38.82% from 626); Max value from RGB is 243 - color contains mainly: blue. Hex color #90EFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EFF3 is #6F100C. Grayscale: #D2D2D2. Windows color (decimal): -7278605 or 15986576. OLE color: 15986576.
HSL color Cylindrical-coordinate representation of color #90EFF3: hue angle of 182.42º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90EFF3 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 239 | 243 | - |
| CMYK | 0.41 | 0.02 | 0 | 0.05 |
| HSL | 182.42º | 0.8% | 0.76% | - |
| HSV(B) | 182.42º | 0.41% | 0.95% | - |
| XYZ | 58.55 | 74.13 | 96.02 | - |
| YUV | 211.05 | 146.03 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 239 | 243 | 0.41 | 0.02 | 0 | 0.05 | 182.42 | 0.8 | 0.76 |
| Hex | 90 | EF | F3 | 29 | 2 | 0 | 5 | B6 | 50 | 4C |
| Octal | 220 | 357 | 363 | 51 | 2 | 0 | 5 | 266 | 120 | 114 |
| Binary | 10010000 | 11101111 | 11110011 | 101001 | 10 | 0 | 101 | 10110110 | 1010000 | 1001100 |
Color Harmonies of #90EFF3
Complementary color
Monochromatic Colors of #90EFF3
Black with #90EFF3
Text Example
Text Example
White with #90EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EFF3; }
p { color: rgb(144,239,243); }
H1.HeaderClassName
{
color: #90EFF3;
}
.AnyTagClassName
{
color: #90EFF3;
}
</style>
background-color css
<style>
a { background-color: #90EFF3; }
a { background-color: rgb(144,239,243); }
div.DivClassName
{
background-color: #90EFF3;
}
.BgClassName
{
background-color: #90EFF3;
}
</style>
border-color css
<style>
span { border-color: #90EFF3; }
span { border-color: rgb(144,239,243); }
td.TdClassName
{
border-color: #90EFF3;
}
.TagClassName
{
border-color: #90EFF3;
}
</style>