Shades of Electric Blue #92FCFF
Tints of Electric Blue #92FCFF
RGB
CMYK
RGB Variations
Color information
#92FCFF (or 0x92FCFF) is known color: Electric Blue. HEX triplet: 92, FC and FF. RGB value is (146,252,255). Sum of RGB (Red+Green+Blue) = 146+252+255=653 (86% of max value = 765). Red value is 146 (57.42% from 255 or 22.36% from 653); Green value is 252 (98.83% from 255 or 38.59% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #92FCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92FCFF is #6D0300. Grayscale: #DCDCDC. Windows color (decimal): -7144193 or 16776338. OLE color: 16776338.
HSL color Cylindrical-coordinate representation of color #92FCFF: hue angle of 181.65º 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 #92FCFF is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 252 | 255 | - |
| CMYK | 0.43 | 0.01 | 0 | 0 |
| HSL | 181.65º | 1% | 0.79% | - |
| HSV(B) | 181.65º | 0.43% | 1% | - |
| XYZ | 64.71 | 82.95 | 107.21 | - |
| YUV | 220.65 | 147.38 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 252 | 255 | 0.43 | 0.01 | 0 | 0 | 181.65 | 1 | 0.79 |
| Hex | 92 | FC | FF | 2B | 1 | 0 | 0 | B6 | 64 | 4F |
| Octal | 222 | 374 | 377 | 53 | 1 | 0 | 0 | 266 | 144 | 117 |
| Binary | 10010010 | 11111100 | 11111111 | 101011 | 1 | 0 | 0 | 10110110 | 1100100 | 1001111 |
Color Harmonies of #92FCFF
Complementary color
Monochromatic Colors of #92FCFF
Black with #92FCFF
Text Example
Text Example
White with #92FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FCFF; }
p { color: rgb(146,252,255); }
H1.HeaderClassName
{
color: #92FCFF;
}
.AnyTagClassName
{
color: #92FCFF;
}
</style>
background-color css
<style>
a { background-color: #92FCFF; }
a { background-color: rgb(146,252,255); }
div.DivClassName
{
background-color: #92FCFF;
}
.BgClassName
{
background-color: #92FCFF;
}
</style>
border-color css
<style>
span { border-color: #92FCFF; }
span { border-color: rgb(146,252,255); }
td.TdClassName
{
border-color: #92FCFF;
}
.TagClassName
{
border-color: #92FCFF;
}
</style>