#7BE6FF

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

Shades of Electric Blue #7BE6FF

Tints of Electric Blue #7BE6FF

Color information

#7BE6FF (or 0x7BE6FF) is unknown color: approx Electric Blue. HEX triplet: 7B, E6 and FF. RGB value is (123,230,255). Sum of RGB (Red+Green+Blue) = 123+230+255=608 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.23% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BE6FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BE6FF is #841900. Grayscale: #C8C8C8. Windows color (decimal): -8657153 or 16770683. OLE color: 16770683.

HSL color Cylindrical-coordinate representation of color #7BE6FF: hue angle of 191.36º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BE6FF is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB123230255-
CMYK0.520.1000
HSL191.36º100%74.12%-
HSV(B)191.36º51.76%100%-
XYZ54.5268.02104.86-
YUV200.86158.5572.47-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.23%
GREEN value IS 230 (90.23% from 255) = 37.83%
BLUE value IS 255 (100% from 255) = 41.94%
R=20.23%
G=37.83%
B=41.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1232302550.520.1000191.3610074.12
Hex7BE6FF34A00bf644a
Octal173346377641200277144112
Binary111101111100110111111111101001010001011111111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,230,255); }

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

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

 a { background-color: rgb(123,230,255); }

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

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

 span { border-color: rgb(123,230,255); }

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