Html Css Color HEX #7BEAF1 Electric Blue

📋 copy color: '#7BEAF1'

red 123 ◦ green 234 ◦ blue 241

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

Shades of Electric Blue #7BEAF1

Tints of Electric Blue #7BEAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.3%

R = 20.57%
G = 39.13%
B = 40.3%

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

#7BEAF1 (or 0x7BEAF1) is known color: Electric Blue. HEX triplet: 7B, EA and F1. RGB value is (123,234,241). Sum of RGB (Red+Green+Blue) = 123+234+241=598 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.57% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #7BEAF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEAF1 is #84150E. Grayscale: #C9C9C9. Windows color (decimal): -8656143 or 15854203. OLE color: 15854203.

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

Color convert

RGB 123 234 241 -
CMYK 0.49 0.03 0 0.05
HSL 183.56º 0.81% 0.71% -
HSV(B) 183.56º 0.49% 0.95% -
XYZ 53.47 69.41 93.8 -
YUV 201.61 150.23 71.93 -
System Red Green Blue C M Y K H S L
Decimal 123 234 241 0.49 0.03 0 0.05 183.56 0.81 0.71
Hex 7B EA F1 31 3 0 5 B8 51 47
Octal 173 352 361 61 3 0 5 270 121 107
Binary 1111011 11101010 11110001 110001 11 0 101 10111000 1010001 1000111

Color Harmonies of #7BEAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEAF1

Black with #7BEAF1

Text Example


Text Example

White with #7BEAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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