#7ED9F4

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

Shades of Sky Blue #7ED9F4

Tints of Sky Blue #7ED9F4

Color information

#7ED9F4 (or 0x7ED9F4) is unknown color: approx Sky Blue. HEX triplet: 7E, D9 and F4. RGB value is (126,217,244). Sum of RGB (Red+Green+Blue) = 126+217+244=587 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.47% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 244 (95.70% from 255 or 41.57% from 587); Max value from RGB is 244 - color contains mainly: blue. Hex color #7ED9F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ED9F4 is #81260B. Grayscale: #C0C0C0. Windows color (decimal): -8463884 or 16046462. OLE color: 16046462.

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

Color convert

RGB126217244-
CMYK0.480.1100.04
HSL193.73º84.29%72.55%-
HSV(B)193.73º48.36%95.69%-
XYZ49.7560.5994.66-
YUV192.87156.8580.3-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.47%
GREEN value IS 217 (85.16% from 255) = 36.97%
BLUE value IS 244 (95.70% from 255) = 41.57%
R=21.47%
G=36.97%
B=41.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1262172440.480.1100.04193.7384.2972.55
Hex7ED9F430B04c25449
Octal176331364601304302124111
Binary11111101101100111110100110000101101001100001010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED9F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,217,244); }

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

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

 a { background-color: rgb(126,217,244); }

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

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

 span { border-color: rgb(126,217,244); }

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