#7EDCF5

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

Shades of Sky Blue #7EDCF5

Tints of Sky Blue #7EDCF5

Color information

#7EDCF5 (or 0x7EDCF5) is unknown color: approx Sky Blue. HEX triplet: 7E, DC and F5. RGB value is (126,220,245). Sum of RGB (Red+Green+Blue) = 126+220+245=591 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.32% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 245 (96.09% from 255 or 41.46% from 591); Max value from RGB is 245 - color contains mainly: blue. Hex color #7EDCF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EDCF5 is #81230A. Grayscale: #C2C2C2. Windows color (decimal): -8463115 or 16112766. OLE color: 16112766.

HSL color Cylindrical-coordinate representation of color #7EDCF5: hue angle of 192.61º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EDCF5 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB126220245-
CMYK0.490.1000.04
HSL192.61º85.61%72.75%-
HSV(B)192.61º48.57%96.08%-
XYZ50.6862.2195.72-
YUV194.74156.3678.97-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.32%
GREEN value IS 220 (86.33% from 255) = 37.23%
BLUE value IS 245 (96.09% from 255) = 41.46%
R=21.32%
G=37.23%
B=41.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1262202450.490.1000.04192.6185.6172.75
Hex7EDCF531A04c15649
Octal176334365611204301126111
Binary11111101101110011110101110001101001001100000110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,220,245); }

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

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

 a { background-color: rgb(126,220,245); }

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

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

 span { border-color: rgb(126,220,245); }

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