#92FAFF

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

Shades of Electric Blue #92FAFF

Tints of Electric Blue #92FAFF

Color information

#92FAFF (or 0x92FAFF) is unknown color: approx Electric Blue. HEX triplet: 92, FA and FF. RGB value is (146,250,255). Sum of RGB (Red+Green+Blue) = 146+250+255=651 (86% of max value = 765). Red value is 146 (57.42% from 255 or 22.43% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #92FAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92FAFF is #6D0500. Grayscale: #DBDBDB. Windows color (decimal): -7144705 or 16775826. OLE color: 16775826.

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

Color convert

RGB146250255-
CMYK0.430.0200
HSL182.75º100%78.63%-
HSV(B)182.75º42.75%100%-
XYZ64.0981.7107-
YUV219.47148.0475.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 22.43%
GREEN value IS 250 (98.05% from 255) = 38.40%
BLUE value IS 255 (100% from 255) = 39.17%
R=22.43%
G=38.40%
B=39.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1462502550.430.0200182.7510078.63
Hex92FAFF2B200b7644f
Octal22237237753200267144117
Binary10010010111110101111111110101110001011011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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