Html Css Color HEX #7BEEF2 Electric Blue

📋 copy color: '#7BEEF2'

red 123 ◦ green 238 ◦ blue 242

#7BEEF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #7BEEF2

Tints of Electric Blue #7BEEF2

RGB

 RED value IS 123 (48.44% from 255) = 20.4%

 GREEN value IS 238 (93.36% from 255) = 39.47%

 BLUE value IS 242 (94.92% from 255) = 40.13%

R = 20.4%
G = 39.47%
B = 40.13%

CMYK

 C value IS 0.49

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7BEEF2 (or 0x7BEEF2) is known color: Electric Blue. HEX triplet: 7B, EE and F2. RGB value is (123,238,242). Sum of RGB (Red+Green+Blue) = 123+238+242=603 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.40% from 603); Green value is 238 (93.36% from 255 or 39.47% from 603); Blue value is 242 (94.92% from 255 or 40.13% from 603); Max value from RGB is 242 - color contains mainly: blue. Hex color #7BEEF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEEF2 is #84110D. Grayscale: #CBCBCB. Windows color (decimal): -8655118 or 15920763. OLE color: 15920763.

HSL color Cylindrical-coordinate representation of color #7BEEF2: hue angle of 182.02º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BEEF2 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 123 238 242 -
CMYK 0.49 0.02 0 0.05
HSL 182.02º 0.82% 0.72% -
HSV(B) 182.02º 0.49% 0.95% -
XYZ 54.77 71.77 94.97 -
YUV 204.07 149.4 70.17 -
System Red Green Blue C M Y K H S L
Decimal 123 238 242 0.49 0.02 0 0.05 182.02 0.82 0.72
Hex 7B EE F2 31 2 0 5 B6 52 48
Octal 173 356 362 61 2 0 5 266 122 110
Binary 1111011 11101110 11110010 110001 10 0 101 10110110 1010010 1001000

Color Harmonies of #7BEEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEEF2

Black with #7BEEF2

Text Example


Text Example

White with #7BEEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,238,242); }

 H1.HeaderClassName
 {
   color: #7BEEF2;
 }
 .AnyTagClassName
 {
   color: #7BEEF2;
 }
</style>

background-color css

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

 a { background-color: rgb(123,238,242); }

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

border-color css

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

 span { border-color: rgb(123,238,242); }

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