#7ED6EF

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

Shades of Sky Blue #7ED6EF

Tints of Sky Blue #7ED6EF

Color information

#7ED6EF (or 0x7ED6EF) is unknown color: approx Sky Blue. HEX triplet: 7E, D6 and EF. RGB value is (126,214,239). Sum of RGB (Red+Green+Blue) = 126+214+239=579 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.76% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #7ED6EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ED6EF is #812910. Grayscale: #BEBEBE. Windows color (decimal): -8464657 or 15718014. OLE color: 15718014.

HSL color Cylindrical-coordinate representation of color #7ED6EF: hue angle of 193.27º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7ED6EF is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB126214239-
CMYK0.470.1000.06
HSL193.27º77.93%71.57%-
HSV(B)193.27º47.28%93.73%-
XYZ48.2358.7690.46-
YUV190.54155.3581.97-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.76%
GREEN value IS 214 (83.98% from 255) = 36.96%
BLUE value IS 239 (93.75% from 255) = 41.28%
R=21.76%
G=36.96%
B=41.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1262142390.470.1000.06193.2777.9371.57
Hex7ED6EF2FA06c14e48
Octal176326357571206301116110
Binary11111101101011011101111101111101001101100000110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,214,239); }

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

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

 a { background-color: rgb(126,214,239); }

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

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

 span { border-color: rgb(126,214,239); }

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