Shades of Electric Blue #90EFFB
Tints of Electric Blue #90EFFB
RGB
CMYK
RGB Variations
Color information
#90EFFB (or 0x90EFFB) is known color: Electric Blue. HEX triplet: 90, EF and FB. RGB value is (144,239,251). Sum of RGB (Red+Green+Blue) = 144+239+251=634 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.71% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #90EFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EFFB is #6F1004. Grayscale: #D3D3D3. Windows color (decimal): -7278597 or 16510864. OLE color: 16510864.
HSL color Cylindrical-coordinate representation of color #90EFFB: hue angle of 186.73º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90EFFB is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 239 | 251 | - |
| CMYK | 0.43 | 0.05 | 0 | 0.02 |
| HSL | 186.73º | 0.93% | 0.77% | - |
| HSV(B) | 186.73º | 0.43% | 0.98% | - |
| XYZ | 59.78 | 74.63 | 102.52 | - |
| YUV | 211.96 | 150.03 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 239 | 251 | 0.43 | 0.05 | 0 | 0.02 | 186.73 | 0.93 | 0.77 |
| Hex | 90 | EF | FB | 2B | 5 | 0 | 2 | BB | 5D | 4D |
| Octal | 220 | 357 | 373 | 53 | 5 | 0 | 2 | 273 | 135 | 115 |
| Binary | 10010000 | 11101111 | 11111011 | 101011 | 101 | 0 | 10 | 10111011 | 1011101 | 1001101 |
Color Harmonies of #90EFFB
Complementary color
Monochromatic Colors of #90EFFB
Black with #90EFFB
Text Example
Text Example
White with #90EFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EFFB; }
p { color: rgb(144,239,251); }
H1.HeaderClassName
{
color: #90EFFB;
}
.AnyTagClassName
{
color: #90EFFB;
}
</style>
background-color css
<style>
a { background-color: #90EFFB; }
a { background-color: rgb(144,239,251); }
div.DivClassName
{
background-color: #90EFFB;
}
.BgClassName
{
background-color: #90EFFB;
}
</style>
border-color css
<style>
span { border-color: #90EFFB; }
span { border-color: rgb(144,239,251); }
td.TdClassName
{
border-color: #90EFFB;
}
.TagClassName
{
border-color: #90EFFB;
}
</style>