Html Css Color HEX #7BEEEE Electric Blue

📋 copy color: '#7BEEEE'

red 123 ◦ green 238 ◦ blue 238

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

Shades of Electric Blue #7BEEEE

Tints of Electric Blue #7BEEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.73%

R = 20.53%
G = 39.73%
B = 39.73%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7BEEEE (or 0x7BEEEE) is known color: Electric Blue. HEX triplet: 7B, EE and EE. RGB value is (123,238,238). Sum of RGB (Red+Green+Blue) = 123+238+238=599 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.53% from 599); Green value is 238 (93.36% from 255 or 39.73% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #7BEEEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEEEE is #841111. Grayscale: #CBCBCB. Windows color (decimal): -8655122 or 15658619. OLE color: 15658619.

HSL color Cylindrical-coordinate representation of color #7BEEEE: hue angle of 180º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BEEEE is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 123 238 238 -
CMYK 0.48 0 0 0.07
HSL 180º 0.77% 0.71% -
HSV(B) 180º 0.48% 0.93% -
XYZ 54.18 71.53 91.84 -
YUV 203.62 147.4 70.5 -
System Red Green Blue C M Y K H S L
Decimal 123 238 238 0.48 0 0 0.07 180 0.77 0.71
Hex 7B EE EE 30 0 0 7 B4 4D 47
Octal 173 356 356 60 0 0 7 264 115 107
Binary 1111011 11101110 11101110 110000 0 0 111 10110100 1001101 1000111

Color Harmonies of #7BEEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEEEE

Black with #7BEEEE

Text Example


Text Example

White with #7BEEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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