Html Css Color HEX #7CFDFE Electric Blue

📋 copy color: '#7CFDFE'

red 124 ◦ green 253 ◦ blue 254

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

Shades of Electric Blue #7CFDFE

Tints of Electric Blue #7CFDFE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.1%

 BLUE value IS 254 (99.61% from 255) = 40.25%

R = 19.65%
G = 40.1%
B = 40.25%

CMYK

 C value IS 0.51

 M value IS 0.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7CFDFE (or 0x7CFDFE) is known color: Electric Blue. HEX triplet: 7C, FD and FE. RGB value is (124,253,254). Sum of RGB (Red+Green+Blue) = 124+253+254=631 (83% of max value = 765). Red value is 124 (48.83% from 255 or 19.65% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #7CFDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFDFE is #830201. Grayscale: #D6D6D6. Windows color (decimal): -8585730 or 16711036. OLE color: 16711036.

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

Color convert

RGB 124 253 254 -
CMYK 0.51 0.00 0 0.00
HSL 180.46º 0.98% 0.74% -
HSV(B) 180.46º 0.51% 1% -
XYZ 61.33 81.69 106.3 -
YUV 214.54 150.26 63.42 -
System Red Green Blue C M Y K H S L
Decimal 124 253 254 0.51 0.00 0 0.00 180.46 0.98 0.74
Hex 7C FD FE 33 0 0 0 B4 62 4A
Octal 174 375 376 63 0 0 0 264 142 112
Binary 1111100 11111101 11111110 110011 0 0 0 10110100 1100010 1001010

Color Harmonies of #7CFDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CFDFE

Black with #7CFDFE

Text Example


Text Example

White with #7CFDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,253,254); }

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

background-color css

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

 a { background-color: rgb(124,253,254); }

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

border-color css

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

 span { border-color: rgb(124,253,254); }

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