Html Css Color HEX #7CE6F8 Electric Blue

📋 copy color: '#7CE6F8'

red 124 ◦ green 230 ◦ blue 248

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

Shades of Electric Blue #7CE6F8

Tints of Electric Blue #7CE6F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 41.2%

R = 20.6%
G = 38.21%
B = 41.2%

CMYK

 C value IS 0.5

 M value IS 0.07

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7CE6F8 (or 0x7CE6F8) is known color: Electric Blue. HEX triplet: 7C, E6 and F8. RGB value is (124,230,248). Sum of RGB (Red+Green+Blue) = 124+230+248=602 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.60% from 602); Green value is 230 (90.23% from 255 or 38.21% from 602); Blue value is 248 (97.27% from 255 or 41.20% from 602); Max value from RGB is 248 - color contains mainly: blue. Hex color #7CE6F8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CE6F8 is #831907. Grayscale: #C8C8C8. Windows color (decimal): -8591624 or 16311932. OLE color: 16311932.

HSL color Cylindrical-coordinate representation of color #7CE6F8: hue angle of 188.71º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CE6F8 is Cyan = 0.5, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 124 230 248 -
CMYK 0.5 0.07 0 0.03
HSL 188.71º 0.9% 0.73% -
HSV(B) 188.71º 0.5% 0.97% -
XYZ 53.55 67.66 99.04 -
YUV 200.36 154.88 73.54 -
System Red Green Blue C M Y K H S L
Decimal 124 230 248 0.5 0.07 0 0.03 188.71 0.9 0.73
Hex 7C E6 F8 32 7 0 3 BD 5A 49
Octal 174 346 370 62 7 0 3 275 132 111
Binary 1111100 11100110 11111000 110010 111 0 11 10111101 1011010 1001001

Color Harmonies of #7CE6F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CE6F8

Black with #7CE6F8

Text Example


Text Example

White with #7CE6F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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