Html Css Color HEX #7BEEEF Electric Blue

📋 copy color: '#7BEEEF'

red 123 ◦ green 238 ◦ blue 239

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

Shades of Electric Blue #7BEEEF

Tints of Electric Blue #7BEEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.83%

R = 20.5%
G = 39.67%
B = 39.83%

CMYK

 C value IS 0.49

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7BEEEF (or 0x7BEEEF) is known color: Electric Blue. HEX triplet: 7B, EE and EF. RGB value is (123,238,239). Sum of RGB (Red+Green+Blue) = 123+238+239=600 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.5% from 600); Green value is 238 (93.36% from 255 or 39.67% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #7BEEEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEEEF is #841110. Grayscale: #CBCBCB. Windows color (decimal): -8655121 or 15724155. OLE color: 15724155.

HSL color Cylindrical-coordinate representation of color #7BEEEF: hue angle of 180.52º 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 #7BEEEF is Cyan = 0.49, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 123 238 239 -
CMYK 0.49 0.00 0 0.06
HSL 180.52º 0.78% 0.71% -
HSV(B) 180.52º 0.49% 0.94% -
XYZ 54.32 71.59 92.62 -
YUV 203.73 147.9 70.42 -
System Red Green Blue C M Y K H S L
Decimal 123 238 239 0.49 0.00 0 0.06 180.52 0.78 0.71
Hex 7B EE EF 31 0 0 6 B5 4E 47
Octal 173 356 357 61 0 0 6 265 116 107
Binary 1111011 11101110 11101111 110001 0 0 110 10110101 1001110 1000111

Color Harmonies of #7BEEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEEEF

Black with #7BEEEF

Text Example


Text Example

White with #7BEEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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