#92FCEE

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

Shades of Electric Blue #92FCEE

Tints of Electric Blue #92FCEE

Color information

#92FCEE (or 0x92FCEE) is unknown color: approx Electric Blue. HEX triplet: 92, FC and EE. RGB value is (146,252,238). Sum of RGB (Red+Green+Blue) = 146+252+238=636 (84% of max value = 765). Red value is 146 (57.42% from 255 or 22.96% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #92FCEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92FCEE is #6D0311. Grayscale: #DADADA. Windows color (decimal): -7144210 or 15662226. OLE color: 15662226.

HSL color Cylindrical-coordinate representation of color #92FCEE: hue angle of 172.08º 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 #92FCEE is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB146252238-
CMYK0.4200.060.01
HSL172.08º94.64%78.04%-
HSV(B)172.08º42.06%98.82%-
XYZ62.181.993.43-
YUV218.71138.8876.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 22.96%
GREEN value IS 252 (98.83% from 255) = 39.62%
BLUE value IS 238 (93.36% from 255) = 37.42%
R=22.96%
G=39.62%
B=37.42%

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
Decimal1462522380.4200.060.01172.0894.6478.04
Hex92FCEE2A061ac5f4e
Octal22237435652061254137116
Binary100100101111110011101110101010011011010110010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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