#7BE9FF

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

Shades of Electric Blue #7BE9FF

Tints of Electric Blue #7BE9FF

Color information

#7BE9FF (or 0x7BE9FF) is unknown color: approx Electric Blue. HEX triplet: 7B, E9 and FF. RGB value is (123,233,255). Sum of RGB (Red+Green+Blue) = 123+233+255=611 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.13% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BE9FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BE9FF is #841600. Grayscale: #CACACA. Windows color (decimal): -8656385 or 16771451. OLE color: 16771451.

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

Color convert

RGB123233255-
CMYK0.520.0900
HSL190º100%74.12%-
HSV(B)190º51.76%100%-
XYZ55.3669.71105.15-
YUV202.62157.5671.21-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.13%
GREEN value IS 233 (91.41% from 255) = 38.13%
BLUE value IS 255 (100% from 255) = 41.73%
R=20.13%
G=38.13%
B=41.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1232332550.520.090019010074.12
Hex7BE9FF34900be644a
Octal173351377641100276144112
Binary111101111101001111111111101001001001011111011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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