#92EEFC

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

Shades of Electric Blue #92EEFC

Tints of Electric Blue #92EEFC

Color information

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

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

Color convert

RGB146238252-
CMYK0.420.0600.01
HSL187.92º94.64%78.04%-
HSV(B)187.92º42.06%98.82%-
XYZ6074.29103.27-
YUV212.09150.5280.86-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1462382520.420.0600.01187.9294.6478.04
Hex92EEFC2A601bc5f4e
Octal22235637452601274137116
Binary100100101110111011111100101010110011011110010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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