#92FEEF

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

Shades of Electric Blue #92FEEF

Tints of Electric Blue #92FEEF

Color information

#92FEEF (or 0x92FEEF) is unknown color: approx Electric Blue. HEX triplet: 92, FE and EF. RGB value is (146,254,239). Sum of RGB (Red+Green+Blue) = 146+254+239=639 (84% of max value = 765). Red value is 146 (57.42% from 255 or 22.85% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #92FEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92FEEF is #6D0110. Grayscale: #DBDBDB. Windows color (decimal): -7143697 or 15728274. OLE color: 15728274.

HSL color Cylindrical-coordinate representation of color #92FEEF: hue angle of 171.67º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92FEEF is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB146254239-
CMYK0.4300.060.00
HSL171.67º98.18%78.43%-
HSV(B)171.67º42.52%99.61%-
XYZ62.8883.2394.41-
YUV220138.7275.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 22.85%
GREEN value IS 254 (99.61% from 255) = 39.75%
BLUE value IS 239 (93.75% from 255) = 37.40%
R=22.85%
G=39.75%
B=37.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1462542390.4300.060.00171.6798.1878.43
Hex92FEEF2B060ac624e
Octal22237635753060254142116
Binary100100101111111011101111101011011001010110011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,254,239); }

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

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

 a { background-color: rgb(146,254,239); }

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

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

 span { border-color: rgb(146,254,239); }

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