Html Css Color HEX #7BFCF2 Electric Blue

📋 copy color: '#7BFCF2'

red 123 ◦ green 252 ◦ blue 242

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

Shades of Electric Blue #7BFCF2

Tints of Electric Blue #7BFCF2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.84%

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

R = 19.94%
G = 40.84%
B = 39.22%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#7BFCF2 (or 0x7BFCF2) is known color: Electric Blue. HEX triplet: 7B, FC and F2. RGB value is (123,252,242). Sum of RGB (Red+Green+Blue) = 123+252+242=617 (81% of max value = 765). Red value is 123 (48.44% from 255 or 19.94% from 617); Green value is 252 (98.83% from 255 or 40.84% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 252 - color contains mainly: green. Hex color #7BFCF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFCF2 is #84030D. Grayscale: #D4D4D4. Windows color (decimal): -8651534 or 15924347. OLE color: 15924347.

HSL color Cylindrical-coordinate representation of color #7BFCF2: hue angle of 175.35º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFCF2 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 123 252 242 -
CMYK 0.51 0 0.04 0.01
HSL 175.35º 0.96% 0.74% -
HSV(B) 175.35º 0.51% 0.99% -
XYZ 59.01 80.24 96.38 -
YUV 212.29 144.76 64.31 -
System Red Green Blue C M Y K H S L
Decimal 123 252 242 0.51 0 0.04 0.01 175.35 0.96 0.74
Hex 7B FC F2 33 0 4 1 AF 60 4A
Octal 173 374 362 63 0 4 1 257 140 112
Binary 1111011 11111100 11110010 110011 0 100 1 10101111 1100000 1001010

Color Harmonies of #7BFCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFCF2

Black with #7BFCF2

Text Example


Text Example

White with #7BFCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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