#7CE9FF

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

Shades of Electric Blue #7CE9FF

Tints of Electric Blue #7CE9FF

Color information

#7CE9FF (or 0x7CE9FF) is unknown color: approx Electric Blue. HEX triplet: 7C, E9 and FF. RGB value is (124,233,255). Sum of RGB (Red+Green+Blue) = 124+233+255=612 (81% of max value = 765). Red value is 124 (48.83% from 255 or 20.26% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CE9FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CE9FF is #831600. Grayscale: #CACACA. Windows color (decimal): -8590849 or 16771452. OLE color: 16771452.

HSL color Cylindrical-coordinate representation of color #7CE9FF: hue angle of 190.08º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CE9FF is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB124233255-
CMYK0.510.0900
HSL190.08º100%74.31%-
HSV(B)190.08º51.37%100%-
XYZ55.569.78105.15-
YUV202.92157.3971.71-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 20.26%
GREEN value IS 233 (91.41% from 255) = 38.07%
BLUE value IS 255 (100% from 255) = 41.67%
R=20.26%
G=38.07%
B=41.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1242332550.510.0900190.0810074.31
Hex7CE9FF33900be644a
Octal174351377631100276144112
Binary111110011101001111111111100111001001011111011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CE9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,233,255); }

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

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

 a { background-color: rgb(124,233,255); }

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

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

 span { border-color: rgb(124,233,255); }

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