#7ECAEA

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

Shades of Sky Blue #7ECAEA

Tints of Sky Blue #7ECAEA

Color information

#7ECAEA (or 0x7ECAEA) is unknown color: approx Sky Blue. HEX triplet: 7E, CA and EA. RGB value is (126,202,234). Sum of RGB (Red+Green+Blue) = 126+202+234=562 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.42% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #7ECAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ECAEA is #813515. Grayscale: #B6B6B6. Windows color (decimal): -8467734 or 15387262. OLE color: 15387262.

HSL color Cylindrical-coordinate representation of color #7ECAEA: hue angle of 197.78º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7ECAEA is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB126202234-
CMYK0.460.1400.08
HSL197.78º72%70.59%-
HSV(B)197.78º46.15%91.76%-
XYZ44.5852.6285.65-
YUV182.92156.8287.4-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.42%
GREEN value IS 202 (79.30% from 255) = 35.94%
BLUE value IS 234 (91.80% from 255) = 41.64%
R=22.42%
G=35.94%
B=41.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1262022340.460.1400.08197.787270.59
Hex7ECAEA2EE08c64847
Octal1763123525616010306110107
Binary111111011001010111010101011101110010001100011010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,202,234); }

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

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

 a { background-color: rgb(126,202,234); }

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

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

 span { border-color: rgb(126,202,234); }

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