#92EFFB

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

Shades of Electric Blue #92EFFB

Tints of Electric Blue #92EFFB

Color information

#92EFFB (or 0x92EFFB) is unknown color: approx Electric Blue. HEX triplet: 92, EF and FB. RGB value is (146,239,251). Sum of RGB (Red+Green+Blue) = 146+239+251=636 (84% of max value = 765). Red value is 146 (57.42% from 255 or 22.96% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #92EFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92EFFB is #6D1004. Grayscale: #D4D4D4. Windows color (decimal): -7147525 or 16510866. OLE color: 16510866.

HSL color Cylindrical-coordinate representation of color #92EFFB: hue angle of 186.86º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92EFFB is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB146239251-
CMYK0.420.0500.02
HSL186.86º92.92%77.84%-
HSV(B)186.86º41.83%98.43%-
XYZ60.1374.81102.54-
YUV212.56149.6980.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 22.96%
GREEN value IS 239 (93.75% from 255) = 37.58%
BLUE value IS 251 (98.44% from 255) = 39.47%
R=22.96%
G=37.58%
B=39.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462392510.420.0500.02186.8692.9277.84
Hex92EFFB2A502bb5d4e
Octal22235737352502273135116
Binary1001001011101111111110111010101010101011101110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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