#7BEBEF

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

Shades of Electric Blue #7BEBEF

Tints of Electric Blue #7BEBEF

Color information

#7BEBEF (or 0x7BEBEF) is unknown color: approx Electric Blue. HEX triplet: 7B, EB and EF. RGB value is (123,235,239). Sum of RGB (Red+Green+Blue) = 123+235+239=597 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.60% from 597); Green value is 235 (92.19% from 255 or 39.36% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #7BEBEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEBEF is #841410. Grayscale: #C9C9C9. Windows color (decimal): -8655889 or 15723387. OLE color: 15723387.

HSL color Cylindrical-coordinate representation of color #7BEBEF: hue angle of 182.07º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BEBEF is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB123235239-
CMYK0.490.0200.06
HSL182.07º78.38%70.98%-
HSV(B)182.07º48.54%93.73%-
XYZ53.4669.8692.33-
YUV201.97148.8971.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.60%
GREEN value IS 235 (92.19% from 255) = 39.36%
BLUE value IS 239 (93.75% from 255) = 40.03%
R=20.60%
G=39.36%
B=40.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1232352390.490.0200.06182.0778.3870.98
Hex7BEBEF31206b64e47
Octal17335335761206266116107
Binary111101111101011111011111100011001101011011010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BEBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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