#92EFFF

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

Shades of Electric Blue #92EFFF

Tints of Electric Blue #92EFFF

Color information

#92EFFF (or 0x92EFFF) is unknown color: approx Electric Blue. HEX triplet: 92, EF and FF. RGB value is (146,239,255). Sum of RGB (Red+Green+Blue) = 146+239+255=640 (84% of max value = 765). Red value is 146 (57.42% from 255 or 22.81% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #92EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92EFFF is #6D1000. Grayscale: #D4D4D4. Windows color (decimal): -7147521 or 16773010. OLE color: 16773010.

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

Color convert

RGB146239255-
CMYK0.430.0600
HSL188.81º100%78.63%-
HSV(B)188.81º42.75%100%-
XYZ60.7775.06105.89-
YUV213.02151.6980.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 22.81%
GREEN value IS 239 (93.75% from 255) = 37.34%
BLUE value IS 255 (100% from 255) = 39.84%
R=22.81%
G=37.34%
B=39.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1462392550.430.0600188.8110078.63
Hex92EFFF2B600bd644f
Octal22235737753600275144117
Binary100100101110111111111111101011110001011110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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