#7BEDFC

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

Shades of Electric Blue #7BEDFC

Tints of Electric Blue #7BEDFC

Color information

#7BEDFC (or 0x7BEDFC) is unknown color: approx Electric Blue. HEX triplet: 7B, ED and FC. RGB value is (123,237,252). Sum of RGB (Red+Green+Blue) = 123+237+252=612 (81% of max value = 765). Red value is 123 (48.44% from 255 or 20.10% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #7BEDFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEDFC is #841203. Grayscale: #CCCCCC. Windows color (decimal): -8655364 or 16575867. OLE color: 16575867.

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

Color convert

RGB123237252-
CMYK0.510.0600.01
HSL186.98º95.56%73.53%-
HSV(B)186.98º51.19%98.82%-
XYZ56.0271.81103-
YUV204.62154.7369.78-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.10%
GREEN value IS 237 (92.97% from 255) = 38.73%
BLUE value IS 252 (98.83% from 255) = 41.18%
R=20.10%
G=38.73%
B=41.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1232372520.510.0600.01186.9895.5673.53
Hex7BEDFC33601bb604a
Octal17335537463601273140112
Binary11110111110110111111100110011110011011101111000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BEDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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