#7BEBF7

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

Shades of Electric Blue #7BEBF7

Tints of Electric Blue #7BEBF7

Color information

#7BEBF7 (or 0x7BEBF7) is unknown color: approx Electric Blue. HEX triplet: 7B, EB and F7. RGB value is (123,235,247). Sum of RGB (Red+Green+Blue) = 123+235+247=605 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.33% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 247 (96.88% from 255 or 40.83% from 605); Max value from RGB is 247 - color contains mainly: blue. Hex color #7BEBF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEBF7 is #841408. Grayscale: #CACACA. Windows color (decimal): -8655881 or 16247675. OLE color: 16247675.

HSL color Cylindrical-coordinate representation of color #7BEBF7: hue angle of 185.81º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BEBF7 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB123235247-
CMYK0.500.0500.03
HSL185.81º88.57%72.55%-
HSV(B)185.81º50.2%96.86%-
XYZ54.6770.3498.69-
YUV202.88152.8971.02-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.33%
GREEN value IS 235 (92.19% from 255) = 38.84%
BLUE value IS 247 (96.88% from 255) = 40.83%
R=20.33%
G=38.84%
B=40.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1232352470.500.0500.03185.8188.5772.55
Hex7BEBF732503ba5949
Octal17335336762503272131111
Binary111101111101011111101111100101010111011101010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BEBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,235,247); }

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

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

 a { background-color: rgb(123,235,247); }

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

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

 span { border-color: rgb(123,235,247); }

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