Html Css Color HEX #7BEFE7 Electric Blue

📋 copy color: '#7BEFE7'

red 123 ◦ green 239 ◦ blue 231

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

Shades of Electric Blue #7BEFE7

Tints of Electric Blue #7BEFE7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.3%

 BLUE value IS 231 (90.63% from 255) = 38.95%

R = 20.74%
G = 40.3%
B = 38.95%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#7BEFE7 (or 0x7BEFE7) is known color: Electric Blue. HEX triplet: 7B, EF and E7. RGB value is (123,239,231). Sum of RGB (Red+Green+Blue) = 123+239+231=593 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.74% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 231 (90.62% from 255 or 38.95% from 593); Max value from RGB is 239 - color contains mainly: green. Hex color #7BEFE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEFE7 is #841018. Grayscale: #CBCBCB. Windows color (decimal): -8654873 or 15200123. OLE color: 15200123.

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

Color convert

RGB 123 239 231 -
CMYK 0.49 0 0.03 0.06
HSL 175.86º 0.78% 0.71% -
HSV(B) 175.86º 0.49% 0.94% -
XYZ 53.46 71.71 86.63 -
YUV 203.4 143.57 70.65 -
System Red Green Blue C M Y K H S L
Decimal 123 239 231 0.49 0 0.03 0.06 175.86 0.78 0.71
Hex 7B EF E7 31 0 3 6 B0 4E 47
Octal 173 357 347 61 0 3 6 260 116 107
Binary 1111011 11101111 11100111 110001 0 11 110 10110000 1001110 1000111

Color Harmonies of #7BEFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEFE7

Black with #7BEFE7

Text Example


Text Example

White with #7BEFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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