Html Css Color HEX #7CFDFF Electric Blue

📋 copy color: '#7CFDFF'

red 124 ◦ green 253 ◦ blue 255

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

Shades of Electric Blue #7CFDFF

Tints of Electric Blue #7CFDFF

RGB

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

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

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

R = 19.62%
G = 40.03%
B = 40.35%

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

#7CFDFF (or 0x7CFDFF) is known color: Electric Blue. HEX triplet: 7C, FD and FF. RGB value is (124,253,255). Sum of RGB (Red+Green+Blue) = 124+253+255=632 (83% of max value = 765). Red value is 124 (48.83% from 255 or 19.62% from 632); Green value is 253 (99.22% from 255 or 40.03% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CFDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFDFF is #830200. Grayscale: #D6D6D6. Windows color (decimal): -8585729 or 16776572. OLE color: 16776572.

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

Color convert

RGB 124 253 255 -
CMYK 0.51 0.01 0 0
HSL 180.92º 1% 0.74% -
HSV(B) 180.92º 0.51% 1% -
XYZ 61.49 81.76 107.15 -
YUV 214.66 150.76 63.34 -
System Red Green Blue C M Y K H S L
Decimal 124 253 255 0.51 0.01 0 0 180.92 1 0.74
Hex 7C FD FF 33 1 0 0 B5 64 4A
Octal 174 375 377 63 1 0 0 265 144 112
Binary 1111100 11111101 11111111 110011 1 0 0 10110101 1100100 1001010

Color Harmonies of #7CFDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CFDFF

Black with #7CFDFF

Text Example


Text Example

White with #7CFDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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