Html Css Color HEX #7CFCFF Electric Blue

📋 copy color: '#7CFCFF'

red 124 ◦ green 252 ◦ blue 255

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

Shades of Electric Blue #7CFCFF

Tints of Electric Blue #7CFCFF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.94%

 BLUE value IS 255 (100% from 255) = 40.41%

R = 19.65%
G = 39.94%
B = 40.41%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7CFCFF (or 0x7CFCFF) is known color: Electric Blue. HEX triplet: 7C, FC and FF. RGB value is (124,252,255). Sum of RGB (Red+Green+Blue) = 124+252+255=631 (83% of max value = 765). Red value is 124 (48.83% from 255 or 19.65% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CFCFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFCFF is #830300. Grayscale: #D5D5D5. Windows color (decimal): -8585985 or 16776316. OLE color: 16776316.

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

Color convert

RGB 124 252 255 -
CMYK 0.51 0.01 0 0
HSL 181.37º 1% 0.74% -
HSV(B) 181.37º 0.51% 1% -
XYZ 61.17 81.13 107.04 -
YUV 214.07 151.09 63.76 -
System Red Green Blue C M Y K H S L
Decimal 124 252 255 0.51 0.01 0 0 181.37 1 0.74
Hex 7C FC FF 33 1 0 0 B5 64 4A
Octal 174 374 377 63 1 0 0 265 144 112
Binary 1111100 11111100 11111111 110011 1 0 0 10110101 1100100 1001010

Color Harmonies of #7CFCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CFCFF

Black with #7CFCFF

Text Example


Text Example

White with #7CFCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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