Html Css Color HEX #7CE2FB Electric Blue

📋 copy color: '#7CE2FB'

red 124 ◦ green 226 ◦ blue 251

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

Shades of Electric Blue #7CE2FB

Tints of Electric Blue #7CE2FB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.6%

 BLUE value IS 251 (98.44% from 255) = 41.76%

R = 20.63%
G = 37.6%
B = 41.76%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7CE2FB (or 0x7CE2FB) is known color: Electric Blue. HEX triplet: 7C, E2 and FB. RGB value is (124,226,251). Sum of RGB (Red+Green+Blue) = 124+226+251=601 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.63% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #7CE2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CE2FB is #831D04. Grayscale: #C6C6C6. Windows color (decimal): -8592645 or 16507516. OLE color: 16507516.

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

Color convert

RGB 124 226 251 -
CMYK 0.51 0.10 0 0.02
HSL 191.81º 0.94% 0.74% -
HSV(B) 191.81º 0.51% 0.98% -
XYZ 52.92 65.64 101.15 -
YUV 198.35 157.71 74.97 -
System Red Green Blue C M Y K H S L
Decimal 124 226 251 0.51 0.10 0 0.02 191.81 0.94 0.74
Hex 7C E2 FB 33 A 0 2 C0 5E 4A
Octal 174 342 373 63 12 0 2 300 136 112
Binary 1111100 11100010 11111011 110011 1010 0 10 11000000 1011110 1001010

Color Harmonies of #7CE2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CE2FB

Black with #7CE2FB

Text Example


Text Example

White with #7CE2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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