#7BFCFA

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

Shades of Electric Blue #7BFCFA

Tints of Electric Blue #7BFCFA

Color information

#7BFCFA (or 0x7BFCFA) is unknown color: approx Electric Blue. HEX triplet: 7B, FC and FA. RGB value is (123,252,250). Sum of RGB (Red+Green+Blue) = 123+252+250=625 (82% of max value = 765). Red value is 123 (48.44% from 255 or 19.68% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #7BFCFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFCFA is #840305. Grayscale: #D5D5D5. Windows color (decimal): -8651526 or 16448635. OLE color: 16448635.

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

Color convert

RGB123252250-
CMYK0.5100.010.01
HSL179.07º95.56%73.53%-
HSV(B)179.07º51.19%98.82%-
XYZ60.2380.73102.85-
YUV213.2148.7663.66-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 19.68%
GREEN value IS 252 (98.83% from 255) = 40.32%
BLUE value IS 250 (98.05% from 255) = 40%
R=19.68%
G=40.32%
B=40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1232522500.5100.010.01179.0795.5673.53
Hex7BFCFA33011b3604a
Octal17337437263011263140112
Binary111101111111100111110101100110111011001111000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BFCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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