Html Css Color HEX #7CE3FB Electric Blue

📋 copy color: '#7CE3FB'

red 124 ◦ green 227 ◦ blue 251

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

Shades of Electric Blue #7CE3FB

Tints of Electric Blue #7CE3FB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.71%

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

R = 20.6%
G = 37.71%
B = 41.69%

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

#7CE3FB (or 0x7CE3FB) is known color: Electric Blue. HEX triplet: 7C, E3 and FB. RGB value is (124,227,251). Sum of RGB (Red+Green+Blue) = 124+227+251=602 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.60% from 602); Green value is 227 (89.06% from 255 or 37.71% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #7CE3FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CE3FB is #831C04. Grayscale: #C6C6C6. Windows color (decimal): -8592389 or 16507772. OLE color: 16507772.

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

Color convert

RGB 124 227 251 -
CMYK 0.51 0.10 0 0.02
HSL 191.34º 0.94% 0.74% -
HSV(B) 191.34º 0.51% 0.98% -
XYZ 53.19 66.19 101.24 -
YUV 198.94 157.38 74.55 -
System Red Green Blue C M Y K H S L
Decimal 124 227 251 0.51 0.10 0 0.02 191.34 0.94 0.74
Hex 7C E3 FB 33 A 0 2 BF 5E 4A
Octal 174 343 373 63 12 0 2 277 136 112
Binary 1111100 11100011 11111011 110011 1010 0 10 10111111 1011110 1001010

Color Harmonies of #7CE3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CE3FB

Black with #7CE3FB

Text Example


Text Example

White with #7CE3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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