#92FCFA

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

Shades of Electric Blue #92FCFA

Tints of Electric Blue #92FCFA

Color information

#92FCFA (or 0x92FCFA) is unknown color: approx Electric Blue. HEX triplet: 92, FC and FA. RGB value is (146,252,250). Sum of RGB (Red+Green+Blue) = 146+252+250=648 (85% of max value = 765). Red value is 146 (57.42% from 255 or 22.53% from 648); Green value is 252 (98.83% from 255 or 38.89% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 252 - color contains mainly: green. Hex color #92FCFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92FCFA is #6D0305. Grayscale: #DBDBDB. Windows color (decimal): -7144198 or 16448658. OLE color: 16448658.

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

Color convert

RGB146252250-
CMYK0.4200.010.01
HSL178.87º94.64%78.04%-
HSV(B)178.87º42.06%98.82%-
XYZ63.9282.63103.02-
YUV220.08144.8875.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 22.53%
GREEN value IS 252 (98.83% from 255) = 38.89%
BLUE value IS 250 (98.05% from 255) = 38.58%
R=22.53%
G=38.89%
B=38.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1462522500.4200.010.01178.8794.6478.04
Hex92FCFA2A011b35f4e
Octal22237437252011263137116
Binary1001001011111100111110101010100111011001110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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