Html Css Color HEX #7BFCF0 Electric Blue

📋 copy color: '#7BFCF0'

red 123 ◦ green 252 ◦ blue 240

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

Shades of Electric Blue #7BFCF0

Tints of Electric Blue #7BFCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 39.02%

R = 20%
G = 40.98%
B = 39.02%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#7BFCF0 (or 0x7BFCF0) is known color: Electric Blue. HEX triplet: 7B, FC and F0. RGB value is (123,252,240). Sum of RGB (Red+Green+Blue) = 123+252+240=615 (81% of max value = 765). Red value is 123 (48.44% from 255 or 20% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #7BFCF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFCF0 is #84030F. Grayscale: #D3D3D3. Windows color (decimal): -8651536 or 15793275. OLE color: 15793275.

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

Color convert

RGB 123 252 240 -
CMYK 0.51 0 0.05 0.01
HSL 174.42º 0.96% 0.74% -
HSV(B) 174.42º 0.51% 0.99% -
XYZ 58.71 80.12 94.81 -
YUV 212.06 143.76 64.48 -
System Red Green Blue C M Y K H S L
Decimal 123 252 240 0.51 0 0.05 0.01 174.42 0.96 0.74
Hex 7B FC F0 33 0 5 1 AE 60 4A
Octal 173 374 360 63 0 5 1 256 140 112
Binary 1111011 11111100 11110000 110011 0 101 1 10101110 1100000 1001010

Color Harmonies of #7BFCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFCF0

Black with #7BFCF0

Text Example


Text Example

White with #7BFCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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