Html Css Color HEX #7BEAF2 Electric Blue

📋 copy color: '#7BEAF2'

red 123 ◦ green 234 ◦ blue 242

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

Shades of Electric Blue #7BEAF2

Tints of Electric Blue #7BEAF2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.07%

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

R = 20.53%
G = 39.07%
B = 40.4%

CMYK

 C value IS 0.49

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7BEAF2 (or 0x7BEAF2) is known color: Electric Blue. HEX triplet: 7B, EA and F2. RGB value is (123,234,242). Sum of RGB (Red+Green+Blue) = 123+234+242=599 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.53% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 242 - color contains mainly: blue. Hex color #7BEAF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEAF2 is #84150D. Grayscale: #C9C9C9. Windows color (decimal): -8656142 or 15919739. OLE color: 15919739.

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

Color convert

RGB 123 234 242 -
CMYK 0.49 0.03 0 0.05
HSL 184.03º 0.82% 0.72% -
HSV(B) 184.03º 0.49% 0.95% -
XYZ 53.62 69.47 94.59 -
YUV 201.72 150.73 71.85 -
System Red Green Blue C M Y K H S L
Decimal 123 234 242 0.49 0.03 0 0.05 184.03 0.82 0.72
Hex 7B EA F2 31 3 0 5 B8 52 48
Octal 173 352 362 61 3 0 5 270 122 110
Binary 1111011 11101010 11110010 110001 11 0 101 10111000 1010010 1001000

Color Harmonies of #7BEAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEAF2

Black with #7BEAF2

Text Example


Text Example

White with #7BEAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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