#92F7EE

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

Shades of Electric Blue #92F7EE

Tints of Electric Blue #92F7EE

Color information

#92F7EE (or 0x92F7EE) is unknown color: approx Electric Blue. HEX triplet: 92, F7 and EE. RGB value is (146,247,238). Sum of RGB (Red+Green+Blue) = 146+247+238=631 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.14% from 631); Green value is 247 (96.88% from 255 or 39.14% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 247 - color contains mainly: green. Hex color #92F7EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92F7EE is #6D0811. Grayscale: #D7D7D7. Windows color (decimal): -7145490 or 15660946. OLE color: 15660946.

HSL color Cylindrical-coordinate representation of color #92F7EE: hue angle of 174.65º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92F7EE is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB146247238-
CMYK0.4100.040.03
HSL174.65º86.32%77.06%-
HSV(B)174.65º40.89%96.86%-
XYZ60.5578.8192.91-
YUV215.78140.5478.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.14%
GREEN value IS 247 (96.88% from 255) = 39.14%
BLUE value IS 238 (93.36% from 255) = 37.72%
R=23.14%
G=39.14%
B=37.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1462472380.4100.040.03174.6586.3277.06
Hex92F7EE29043af564d
Octal22236735651043257126115
Binary1001001011110111111011101010010100111010111110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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