#7debec

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

Shades of Electric Blue #7DEBEC

Tints of Electric Blue #7DEBEC

Color information

#7DEBEC (or 0x7DEBEC) is unknown color: approx Electric Blue. HEX triplet: 7D, EB and EC. RGB value is (125,235,236). Sum of RGB (Red+Green+Blue) = 125+235+236=596 (78% of max value = 765). Red value is 125 (49.22% from 255 or 20.97% from 596); Green value is 235 (92.19% from 255 or 39.43% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #7DEBEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEBEC is #821413. Grayscale: #CACACA. Windows color (decimal): -8524820 or 15526781. OLE color: 15526781.

HSL color Cylindrical-coordinate representation of color #7DEBEC: hue angle of 180.54º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEBEC is Cyan = 0.47, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB125235236-
CMYK0.470.0000.07
HSL180.54º74.5%70.78%-
HSV(B)180.54º47.03%92.55%-
XYZ53.3169.8390.03-
YUV202.22147.0672.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.97%
GREEN value IS 235 (92.19% from 255) = 39.43%
BLUE value IS 236 (92.58% from 255) = 39.60%
R=20.97%
G=39.43%
B=39.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252352360.470.0000.07180.5474.570.78
Hex7DEBEC2F007b54a47
Octal17535335457007265112107
Binary11111011110101111101100101111001111011010110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7debec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,235,236); }

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

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

 a { background-color: rgb(125,235,236); }

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

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

 span { border-color: rgb(125,235,236); }

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