Html Css Color HEX #7CE3F9 Electric Blue

📋 copy color: '#7CE3F9'

red 124 ◦ green 227 ◦ blue 249

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

Shades of Electric Blue #7CE3F9

Tints of Electric Blue #7CE3F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.5%

R = 20.67%
G = 37.83%
B = 41.5%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7CE3F9 (or 0x7CE3F9) is known color: Electric Blue. HEX triplet: 7C, E3 and F9. RGB value is (124,227,249). Sum of RGB (Red+Green+Blue) = 124+227+249=600 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.67% from 600); Green value is 227 (89.06% from 255 or 37.83% from 600); Blue value is 249 (97.66% from 255 or 41.5% from 600); Max value from RGB is 249 - color contains mainly: blue. Hex color #7CE3F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CE3F9 is #831C06. Grayscale: #C6C6C6. Windows color (decimal): -8592391 or 16376700. OLE color: 16376700.

HSL color Cylindrical-coordinate representation of color #7CE3F9: hue angle of 190.56º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CE3F9 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 124 227 249 -
CMYK 0.50 0.09 0 0.02
HSL 190.56º 0.91% 0.73% -
HSV(B) 190.56º 0.5% 0.98% -
XYZ 52.88 66.06 99.59 -
YUV 198.71 156.38 74.71 -
System Red Green Blue C M Y K H S L
Decimal 124 227 249 0.50 0.09 0 0.02 190.56 0.91 0.73
Hex 7C E3 F9 32 9 0 2 BF 5B 49
Octal 174 343 371 62 11 0 2 277 133 111
Binary 1111100 11100011 11111001 110010 1001 0 10 10111111 1011011 1001001

Color Harmonies of #7CE3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CE3F9

Black with #7CE3F9

Text Example


Text Example

White with #7CE3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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