Html Css Color HEX #7BF5F1 Electric Blue

📋 copy color: '#7BF5F1'

red 123 ◦ green 245 ◦ blue 241

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

Shades of Electric Blue #7BF5F1

Tints of Electric Blue #7BF5F1

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.23%

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

R = 20.2%
G = 40.23%
B = 39.57%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#7BF5F1 (or 0x7BF5F1) is known color: Electric Blue. HEX triplet: 7B, F5 and F1. RGB value is (123,245,241). Sum of RGB (Red+Green+Blue) = 123+245+241=609 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.20% from 609); Green value is 245 (96.09% from 255 or 40.23% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 245 - color contains mainly: green. Hex color #7BF5F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF5F1 is #840A0E. Grayscale: #CFCFCF. Windows color (decimal): -8653327 or 15857019. OLE color: 15857019.

HSL color Cylindrical-coordinate representation of color #7BF5F1: hue angle of 178.03º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BF5F1 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 123 245 241 -
CMYK 0.50 0 0.02 0.04
HSL 178.03º 0.86% 0.72% -
HSV(B) 178.03º 0.5% 0.96% -
XYZ 56.7 75.87 94.87 -
YUV 208.07 146.58 67.33 -
System Red Green Blue C M Y K H S L
Decimal 123 245 241 0.50 0 0.02 0.04 178.03 0.86 0.72
Hex 7B F5 F1 32 0 2 4 B2 56 48
Octal 173 365 361 62 0 2 4 262 126 110
Binary 1111011 11110101 11110001 110010 0 10 100 10110010 1010110 1001000

Color Harmonies of #7BF5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BF5F1

Black with #7BF5F1

Text Example


Text Example

White with #7BF5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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