#92F9F5

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

Shades of Electric Blue #92F9F5

Tints of Electric Blue #92F9F5

Color information

#92F9F5 (or 0x92F9F5) is unknown color: approx Electric Blue. HEX triplet: 92, F9 and F5. RGB value is (146,249,245). Sum of RGB (Red+Green+Blue) = 146+249+245=640 (84% of max value = 765). Red value is 146 (57.42% from 255 or 22.81% from 640); Green value is 249 (97.66% from 255 or 38.91% from 640); Blue value is 245 (96.09% from 255 or 38.28% from 640); Max value from RGB is 249 - color contains mainly: green. Hex color #92F9F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92F9F5 is #6D060A. Grayscale: #D9D9D9. Windows color (decimal): -7144971 or 16120210. OLE color: 16120210.

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

Color convert

RGB146249245-
CMYK0.4100.020.02
HSL177.67º89.57%77.45%-
HSV(B)177.67º41.37%97.65%-
XYZ62.2180.4598.64-
YUV217.75143.3876.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 22.81%
GREEN value IS 249 (97.66% from 255) = 38.91%
BLUE value IS 245 (96.09% from 255) = 38.28%
R=22.81%
G=38.91%
B=38.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462492450.4100.020.02177.6789.5777.45
Hex92F9F529022b25a4d
Octal22237136551022262132115
Binary100100101111100111110101101001010101011001010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,249,245); }

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

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

 a { background-color: rgb(146,249,245); }

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

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

 span { border-color: rgb(146,249,245); }

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