Shades of Electric Blue #92F2FF
Tints of Electric Blue #92F2FF
RGB
CMYK
RGB Variations
Color information
#92F2FF (or 0x92F2FF) is known color: Electric Blue. HEX triplet: 92, F2 and FF. RGB value is (146,242,255). Sum of RGB (Red+Green+Blue) = 146+242+255=643 (85% of max value = 765). Red value is 146 (57.42% from 255 or 22.71% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #92F2FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92F2FF is #6D0D00. Grayscale: #D6D6D6. Windows color (decimal): -7146753 or 16773778. OLE color: 16773778.
HSL color Cylindrical-coordinate representation of color #92F2FF: hue angle of 187.16º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92F2FF is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 242 | 255 | - |
| CMYK | 0.43 | 0.05 | 0 | 0 |
| HSL | 187.16º | 1% | 0.79% | - |
| HSV(B) | 187.16º | 0.43% | 1% | - |
| XYZ | 61.66 | 76.84 | 106.19 | - |
| YUV | 214.78 | 150.7 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 242 | 255 | 0.43 | 0.05 | 0 | 0 | 187.16 | 1 | 0.79 |
| Hex | 92 | F2 | FF | 2B | 5 | 0 | 0 | BB | 64 | 4F |
| Octal | 222 | 362 | 377 | 53 | 5 | 0 | 0 | 273 | 144 | 117 |
| Binary | 10010010 | 11110010 | 11111111 | 101011 | 101 | 0 | 0 | 10111011 | 1100100 | 1001111 |
Color Harmonies of #92F2FF
Complementary color
Monochromatic Colors of #92F2FF
Black with #92F2FF
Text Example
Text Example
White with #92F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F2FF; }
p { color: rgb(146,242,255); }
H1.HeaderClassName
{
color: #92F2FF;
}
.AnyTagClassName
{
color: #92F2FF;
}
</style>
background-color css
<style>
a { background-color: #92F2FF; }
a { background-color: rgb(146,242,255); }
div.DivClassName
{
background-color: #92F2FF;
}
.BgClassName
{
background-color: #92F2FF;
}
</style>
border-color css
<style>
span { border-color: #92F2FF; }
span { border-color: rgb(146,242,255); }
td.TdClassName
{
border-color: #92F2FF;
}
.TagClassName
{
border-color: #92F2FF;
}
</style>