Html Css Color HEX #7CFBEB Electric Blue

📋 copy color: '#7CFBEB'

red 124 ◦ green 251 ◦ blue 235

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

Shades of Electric Blue #7CFBEB

Tints of Electric Blue #7CFBEB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.15%

 BLUE value IS 235 (92.19% from 255) = 38.52%

R = 20.33%
G = 41.15%
B = 38.52%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#7CFBEB (or 0x7CFBEB) is known color: Electric Blue. HEX triplet: 7C, FB and EB. RGB value is (124,251,235). Sum of RGB (Red+Green+Blue) = 124+251+235=610 (80% of max value = 765). Red value is 124 (48.83% from 255 or 20.33% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #7CFBEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFBEB is #830414. Grayscale: #D3D3D3. Windows color (decimal): -8586261 or 15465340. OLE color: 15465340.

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

Color convert

RGB 124 251 235 -
CMYK 0.51 0 0.06 0.02
HSL 172.44º 0.94% 0.74% -
HSV(B) 172.44º 0.51% 0.98% -
XYZ 57.8 79.28 90.85 -
YUV 211.2 141.42 65.8 -
System Red Green Blue C M Y K H S L
Decimal 124 251 235 0.51 0 0.06 0.02 172.44 0.94 0.74
Hex 7C FB EB 33 0 6 2 AC 5E 4A
Octal 174 373 353 63 0 6 2 254 136 112
Binary 1111100 11111011 11101011 110011 0 110 10 10101100 1011110 1001010

Color Harmonies of #7CFBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CFBEB

Black with #7CFBEB

Text Example


Text Example

White with #7CFBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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