Html Css Color HEX #7CFBED Electric Blue

📋 copy color: '#7CFBED'

red 124 ◦ green 251 ◦ blue 237

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

Shades of Electric Blue #7CFBED

Tints of Electric Blue #7CFBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.73%

R = 20.26%
G = 41.01%
B = 38.73%

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

#7CFBED (or 0x7CFBED) is known color: Electric Blue. HEX triplet: 7C, FB and ED. RGB value is (124,251,237). Sum of RGB (Red+Green+Blue) = 124+251+237=612 (81% of max value = 765). Red value is 124 (48.83% from 255 or 20.26% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #7CFBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFBED is #830412. Grayscale: #D3D3D3. Windows color (decimal): -8586259 or 15596412. OLE color: 15596412.

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

Color convert

RGB 124 251 237 -
CMYK 0.51 0 0.06 0.02
HSL 173.39º 0.94% 0.74% -
HSV(B) 173.39º 0.51% 0.98% -
XYZ 58.1 79.39 92.38 -
YUV 211.43 142.42 65.64 -
System Red Green Blue C M Y K H S L
Decimal 124 251 237 0.51 0 0.06 0.02 173.39 0.94 0.74
Hex 7C FB ED 33 0 6 2 AD 5E 4A
Octal 174 373 355 63 0 6 2 255 136 112
Binary 1111100 11111011 11101101 110011 0 110 10 10101101 1011110 1001010

Color Harmonies of #7CFBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CFBED

Black with #7CFBED

Text Example


Text Example

White with #7CFBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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