#7CE6F9

Color #7CE6F9 Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #7CE6F9

Tints of Electric Blue #7CE6F9

Color information

#7CE6F9 (or 0x7CE6F9) is unknown color: approx 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

RGB124230249-
CMYK0.500.0800.02
HSL189.12º91.24%73.14%-
HSV(B)189.12º50.2%97.65%-
XYZ53.7167.7299.86-
YUV200.47155.3873.46-

RGB Variations

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

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 (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1242302490.500.0800.02189.1291.2473.14
Hex7CE6F932802bd5b49
Octal174346371621002275133111
Binary1111100111001101111100111001010000101011110110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CE6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>