#92FBF6

Color #92FBF6 Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #92FBF6

Tints of Electric Blue #92FBF6

Color information

#92FBF6 (or 0x92FBF6) is unknown color: approx Electric Blue. HEX triplet: 92, FB and F6. RGB value is (146,251,246). Sum of RGB (Red+Green+Blue) = 146+251+246=643 (85% of max value = 765). Red value is 146 (57.42% from 255 or 22.71% from 643); Green value is 251 (98.44% from 255 or 39.04% from 643); Blue value is 246 (96.48% from 255 or 38.26% from 643); Max value from RGB is 251 - color contains mainly: green. Hex color #92FBF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92FBF6 is #6D0409. Grayscale: #DADADA. Windows color (decimal): -7144458 or 16186258. OLE color: 16186258.

HSL color Cylindrical-coordinate representation of color #92FBF6: hue angle of 177.14º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92FBF6 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB146251246-
CMYK0.4200.020.02
HSL177.14º92.92%77.84%-
HSV(B)177.14º41.83%98.43%-
XYZ62.9981.7699.65-
YUV219.04143.2175.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 22.71%
GREEN value IS 251 (98.44% from 255) = 39.04%
BLUE value IS 246 (96.48% from 255) = 38.26%
R=22.71%
G=39.04%
B=38.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462512460.4200.020.02177.1492.9277.84
Hex92FBF62A022b15d4e
Octal22237336652022261135116
Binary100100101111101111110110101010010101011000110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92FBF6; }

 p { color: rgb(146,251,246); }

 H1.HeaderClassName
 {
   color: #92FBF6;
 }
 .AnyTagClassName
 {
   color: #92FBF6;
 }
</style>
background-color css

<style>
 a { background-color: #92FBF6; }

 a { background-color: rgb(146,251,246); }

 div.DivClassName
 {
   background-color: #92FBF6;
 }
 .BgClassName
 {
   background-color: #92FBF6;
 }
</style>
border-color css

<style>
 span { border-color: #92FBF6; }

 span { border-color: rgb(146,251,246); }

 td.TdClassName
 {
   border-color: #92FBF6;
 }
 .TagClassName
 {
   border-color: #92FBF6;
 }
</style>