Html Css Color HEX #7BFFFC Electric Blue

📋 copy color: '#7BFFFC'

red 123 ◦ green 255 ◦ blue 252

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

Shades of Electric Blue #7BFFFC

Tints of Electric Blue #7BFFFC

RGB

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

 GREEN value IS 255 (100% from 255) = 40.48%

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

R = 19.52%
G = 40.48%
B = 40%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#7BFFFC (or 0x7BFFFC) is known color: Electric Blue. HEX triplet: 7B, FF and FC. RGB value is (123,255,252). Sum of RGB (Red+Green+Blue) = 123+255+252=630 (83% of max value = 765). Red value is 123 (48.44% from 255 or 19.52% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFFFC is #840003. Grayscale: #D7D7D7. Windows color (decimal): -8650756 or 16580475. OLE color: 16580475.

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

Color convert

RGB 123 255 252 -
CMYK 0.52 0 0.01 0
HSL 178.64º 1% 0.74% -
HSV(B) 178.64º 0.52% 1% -
XYZ 61.5 82.76 104.83 -
YUV 215.19 148.77 62.24 -
System Red Green Blue C M Y K H S L
Decimal 123 255 252 0.52 0 0.01 0 178.64 1 0.74
Hex 7B FF FC 34 0 1 0 B3 64 4A
Octal 173 377 374 64 0 1 0 263 144 112
Binary 1111011 11111111 11111100 110100 0 1 0 10110011 1100100 1001010

Color Harmonies of #7BFFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFFFC

Black with #7BFFFC

Text Example


Text Example

White with #7BFFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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