#7EC1EA

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

Shades of Sky Blue #7EC1EA

Tints of Sky Blue #7EC1EA

Color information

#7EC1EA (or 0x7EC1EA) is unknown color: approx Sky Blue. HEX triplet: 7E, C1 and EA. RGB value is (126,193,234). Sum of RGB (Red+Green+Blue) = 126+193+234=553 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.78% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #7EC1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EC1EA is #813E15. Grayscale: #B1B1B1. Windows color (decimal): -8470038 or 15384958. OLE color: 15384958.

HSL color Cylindrical-coordinate representation of color #7EC1EA: hue angle of 202.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 #7EC1EA is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB126193234-
CMYK0.460.1800.08
HSL202.78º72%70.59%-
HSV(B)202.78º46.15%91.76%-
XYZ42.5348.5284.97-
YUV177.64159.891.17-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.78%
GREEN value IS 193 (75.78% from 255) = 34.90%
BLUE value IS 234 (91.80% from 255) = 42.31%
R=22.78%
G=34.90%
B=42.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1261932340.460.1800.08202.787270.59
Hex7EC1EA2E1208cb4847
Octal1763013525622010313110107
Binary1111110110000011110101010111010010010001100101110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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