#7CE8FB

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

Shades of Electric Blue #7CE8FB

Tints of Electric Blue #7CE8FB

Color information

#7CE8FB (or 0x7CE8FB) is unknown color: approx Electric Blue. HEX triplet: 7C, E8 and FB. RGB value is (124,232,251). Sum of RGB (Red+Green+Blue) = 124+232+251=607 (80% of max value = 765). Red value is 124 (48.83% from 255 or 20.43% from 607); Green value is 232 (91.02% from 255 or 38.22% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #7CE8FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CE8FB is #831704. Grayscale: #C9C9C9. Windows color (decimal): -8591109 or 16509052. OLE color: 16509052.

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

Color convert

RGB124232251-
CMYK0.510.0800.02
HSL188.98º94.07%73.53%-
HSV(B)188.98º50.6%98.43%-
XYZ54.5868.96101.7-
YUV201.87155.7272.46-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 20.43%
GREEN value IS 232 (91.02% from 255) = 38.22%
BLUE value IS 251 (98.44% from 255) = 41.35%
R=20.43%
G=38.22%
B=41.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1242322510.510.0800.02188.9894.0773.53
Hex7CE8FB33802bd5e4a
Octal174350373631002275136112
Binary1111100111010001111101111001110000101011110110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CE8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7CE8FB;
 }
 .AnyTagClassName
 {
   color: #7CE8FB;
 }
</style>
background-color css

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

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

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

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

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

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