#92FCED

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

Shades of Electric Blue #92FCED

Tints of Electric Blue #92FCED

Color information

#92FCED (or 0x92FCED) is unknown color: approx Electric Blue. HEX triplet: 92, FC and ED. RGB value is (146,252,237). Sum of RGB (Red+Green+Blue) = 146+252+237=635 (84% of max value = 765). Red value is 146 (57.42% from 255 or 22.99% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 252 - color contains mainly: green. Hex color #92FCED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92FCED is #6D0312. Grayscale: #DADADA. Windows color (decimal): -7144211 or 15596690. OLE color: 15596690.

HSL color Cylindrical-coordinate representation of color #92FCED: hue angle of 171.51º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92FCED is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB146252237-
CMYK0.4200.060.01
HSL171.51º94.64%78.04%-
HSV(B)171.51º42.06%98.82%-
XYZ61.9581.8592.65-
YUV218.6138.3876.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 22.99%
GREEN value IS 252 (98.83% from 255) = 39.69%
BLUE value IS 237 (92.97% from 255) = 37.32%
R=22.99%
G=39.69%
B=37.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1462522370.4200.060.01171.5194.6478.04
Hex92FCED2A061ac5f4e
Octal22237435552061254137116
Binary100100101111110011101101101010011011010110010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,252,237); }

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

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

 a { background-color: rgb(146,252,237); }

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

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

 span { border-color: rgb(146,252,237); }

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