Html Css Color HEX #7CE6F9 Electric Blue

📋 copy color: '#7CE6F9'

red 124 ◦ green 230 ◦ blue 249

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

Shades of Electric Blue #7CE6F9

Tints of Electric Blue #7CE6F9

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.14%

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

R = 20.56%
G = 38.14%
B = 41.29%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7CE6F9 (or 0x7CE6F9) is known color: Electric Blue. HEX triplet: 7C, E6 and F9. RGB value is (124,230,249). Sum of RGB (Red+Green+Blue) = 124+230+249=603 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.56% from 603); Green value is 230 (90.23% from 255 or 38.14% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #7CE6F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CE6F9 is #831906. Grayscale: #C8C8C8. Windows color (decimal): -8591623 or 16377468. OLE color: 16377468.

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

Color convert

RGB 124 230 249 -
CMYK 0.50 0.08 0 0.02
HSL 189.12º 0.91% 0.73% -
HSV(B) 189.12º 0.5% 0.98% -
XYZ 53.71 67.72 99.86 -
YUV 200.47 155.38 73.46 -
System Red Green Blue C M Y K H S L
Decimal 124 230 249 0.50 0.08 0 0.02 189.12 0.91 0.73
Hex 7C E6 F9 32 8 0 2 BD 5B 49
Octal 174 346 371 62 10 0 2 275 133 111
Binary 1111100 11100110 11111001 110010 1000 0 10 10111101 1011011 1001001

Color Harmonies of #7CE6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CE6F9

Black with #7CE6F9

Text Example


Text Example

White with #7CE6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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