#7CE5FF

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

Shades of Electric Blue #7CE5FF

Tints of Electric Blue #7CE5FF

Color information

#7CE5FF (or 0x7CE5FF) is unknown color: approx Electric Blue. HEX triplet: 7C, E5 and FF. RGB value is (124,229,255). Sum of RGB (Red+Green+Blue) = 124+229+255=608 (80% of max value = 765). Red value is 124 (48.83% from 255 or 20.39% from 608); Green value is 229 (89.84% from 255 or 37.66% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CE5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CE5FF is #831A00. Grayscale: #C8C8C8. Windows color (decimal): -8591873 or 16770428. OLE color: 16770428.

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

Color convert

RGB124229255-
CMYK0.510.1000
HSL191.91º100%74.31%-
HSV(B)191.91º51.37%100%-
XYZ54.3867.54104.78-
YUV200.57158.7173.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 20.39%
GREEN value IS 229 (89.84% from 255) = 37.66%
BLUE value IS 255 (100% from 255) = 41.94%
R=20.39%
G=37.66%
B=41.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1242292550.510.1000191.9110074.31
Hex7CE5FF33A00c0644a
Octal174345377631200300144112
Binary111110011100101111111111100111010001100000011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CE5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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