#7ED2EB

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

Shades of Sky Blue #7ED2EB

Tints of Sky Blue #7ED2EB

Color information

#7ED2EB (or 0x7ED2EB) is unknown color: approx Sky Blue. HEX triplet: 7E, D2 and EB. RGB value is (126,210,235). Sum of RGB (Red+Green+Blue) = 126+210+235=571 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.07% from 571); Green value is 210 (82.42% from 255 or 36.78% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #7ED2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ED2EB is #812D14. Grayscale: #BBBBBB. Windows color (decimal): -8465685 or 15454846. OLE color: 15454846.

HSL color Cylindrical-coordinate representation of color #7ED2EB: hue angle of 193.76º degrees, saturation: 0.73, 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 #7ED2EB is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB126210235-
CMYK0.460.1100.08
HSL193.76º73.15%70.78%-
HSV(B)193.76º46.38%92.16%-
XYZ46.6556.5387.05-
YUV187.73154.6783.97-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.07%
GREEN value IS 210 (82.42% from 255) = 36.78%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=22.07%
G=36.78%
B=41.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1262102350.460.1100.08193.7673.1570.78
Hex7ED2EB2EB08c24947
Octal1763223535613010302111107
Binary111111011010010111010111011101011010001100001010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,210,235); }

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

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

 a { background-color: rgb(126,210,235); }

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

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

 span { border-color: rgb(126,210,235); }

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