Html Css Color HEX #7CFFFB Electric Blue

📋 copy color: '#7CFFFB'

red 124 ◦ green 255 ◦ blue 251

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

Shades of Electric Blue #7CFFFB

Tints of Electric Blue #7CFFFB

RGB

 RED value IS 124 (48.83% from 255) = 19.68%

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

 BLUE value IS 251 (98.44% from 255) = 39.84%

R = 19.68%
G = 40.48%
B = 39.84%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#7CFFFB (or 0x7CFFFB) is known color: Electric Blue. HEX triplet: 7C, FF and FB. RGB value is (124,255,251). Sum of RGB (Red+Green+Blue) = 124+255+251=630 (83% of max value = 765). Red value is 124 (48.83% from 255 or 19.68% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #7CFFFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFFFB is #830004. Grayscale: #D7D7D7. Windows color (decimal): -8585221 or 16514940. OLE color: 16514940.

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

Color convert

RGB 124 255 251 -
CMYK 0.51 0 0.02 0
HSL 178.17º 1% 0.74% -
HSV(B) 178.17º 0.51% 1% -
XYZ 61.48 82.77 104 -
YUV 215.38 148.1 62.83 -
System Red Green Blue C M Y K H S L
Decimal 124 255 251 0.51 0 0.02 0 178.17 1 0.74
Hex 7C FF FB 33 0 2 0 B2 64 4A
Octal 174 377 373 63 0 2 0 262 144 112
Binary 1111100 11111111 11111011 110011 0 10 0 10110010 1100100 1001010

Color Harmonies of #7CFFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CFFFB

Black with #7CFFFB

Text Example


Text Example

White with #7CFFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,255,251); }

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

background-color css

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

 a { background-color: rgb(124,255,251); }

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

border-color css

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

 span { border-color: rgb(124,255,251); }

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