Html Css Color HEX #7BFEFC Electric Blue

📋 copy color: '#7BFEFC'

red 123 ◦ green 254 ◦ blue 252

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

Shades of Electric Blue #7BFEFC

Tints of Electric Blue #7BFEFC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.38%

 BLUE value IS 252 (98.83% from 255) = 40.06%

R = 19.55%
G = 40.38%
B = 40.06%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#7BFEFC (or 0x7BFEFC) is known color: Electric Blue. HEX triplet: 7B, FE and FC. RGB value is (123,254,252). Sum of RGB (Red+Green+Blue) = 123+254+252=629 (83% of max value = 765). Red value is 123 (48.44% from 255 or 19.55% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #7BFEFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFEFC is #840103. Grayscale: #D6D6D6. Windows color (decimal): -8651012 or 16580219. OLE color: 16580219.

HSL color Cylindrical-coordinate representation of color #7BFEFC: hue angle of 179.08º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BFEFC is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB 123 254 252 -
CMYK 0.52 0 0.01 0.00
HSL 179.08º 0.98% 0.74% -
HSV(B) 179.08º 0.52% 1% -
XYZ 61.18 82.12 104.72 -
YUV 214.6 149.1 62.66 -
System Red Green Blue C M Y K H S L
Decimal 123 254 252 0.52 0 0.01 0.00 179.08 0.98 0.74
Hex 7B FE FC 34 0 1 0 B3 62 4A
Octal 173 376 374 64 0 1 0 263 142 112
Binary 1111011 11111110 11111100 110100 0 1 0 10110011 1100010 1001010

Color Harmonies of #7BFEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFEFC

Black with #7BFEFC

Text Example


Text Example

White with #7BFEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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