#7BE3FC

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

Shades of Electric Blue #7BE3FC

Tints of Electric Blue #7BE3FC

Color information

#7BE3FC (or 0x7BE3FC) is unknown color: approx Electric Blue. HEX triplet: 7B, E3 and FC. RGB value is (123,227,252). Sum of RGB (Red+Green+Blue) = 123+227+252=602 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.43% from 602); Green value is 227 (89.06% from 255 or 37.71% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #7BE3FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BE3FC is #841C03. Grayscale: #C6C6C6. Windows color (decimal): -8657924 or 16573307. OLE color: 16573307.

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

Color convert

RGB123227252-
CMYK0.510.1000.01
HSL191.63º95.56%73.53%-
HSV(B)191.63º51.19%98.82%-
XYZ53.2166.18102.06-
YUV198.75158.0473.97-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.43%
GREEN value IS 227 (89.06% from 255) = 37.71%
BLUE value IS 252 (98.83% from 255) = 41.86%
R=20.43%
G=37.71%
B=41.86%

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
Decimal1232272520.510.1000.01191.6395.5673.53
Hex7BE3FC33A01c0604a
Octal173343374631201300140112
Binary111101111100011111111001100111010011100000011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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