#7BE2FC

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

Shades of Electric Blue #7BE2FC

Tints of Electric Blue #7BE2FC

Color information

#7BE2FC (or 0x7BE2FC) is unknown color: approx Electric Blue. HEX triplet: 7B, E2 and FC. RGB value is (123,226,252). Sum of RGB (Red+Green+Blue) = 123+226+252=601 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.47% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #7BE2FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BE2FC is #841D03. Grayscale: #C5C5C5. Windows color (decimal): -8658180 or 16573051. OLE color: 16573051.

HSL color Cylindrical-coordinate representation of color #7BE2FC: hue angle of 192.09º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BE2FC is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB123226252-
CMYK0.510.1000.01
HSL192.09º95.56%73.53%-
HSV(B)192.09º51.19%98.82%-
XYZ52.9465.63101.97-
YUV198.17158.3874.39-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.47%
GREEN value IS 226 (88.67% from 255) = 37.60%
BLUE value IS 252 (98.83% from 255) = 41.93%
R=20.47%
G=37.60%
B=41.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1232262520.510.1000.01192.0995.5673.53
Hex7BE2FC33A01c0604a
Octal173342374631201300140112
Binary111101111100010111111001100111010011100000011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BE2FC; }

 p { color: rgb(123,226,252); }

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

<style>
 a { background-color: #7BE2FC; }

 a { background-color: rgb(123,226,252); }

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

<style>
 span { border-color: #7BE2FC; }

 span { border-color: rgb(123,226,252); }

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