#7ED8F2

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

Shades of Sky Blue #7ED8F2

Tints of Sky Blue #7ED8F2

Color information

#7ED8F2 (or 0x7ED8F2) is unknown color: approx Sky Blue. HEX triplet: 7E, D8 and F2. RGB value is (126,216,242). Sum of RGB (Red+Green+Blue) = 126+216+242=584 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.58% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 242 - color contains mainly: blue. Hex color #7ED8F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ED8F2 is #81270D. Grayscale: #BFBFBF. Windows color (decimal): -8464142 or 15915134. OLE color: 15915134.

HSL color Cylindrical-coordinate representation of color #7ED8F2: hue angle of 193.45º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7ED8F2 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB126216242-
CMYK0.480.1100.05
HSL193.45º81.69%72.16%-
HSV(B)193.45º47.93%94.9%-
XYZ49.1959.9692.99-
YUV192.05156.1880.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.58%
GREEN value IS 216 (84.77% from 255) = 36.99%
BLUE value IS 242 (94.92% from 255) = 41.44%
R=21.58%
G=36.99%
B=41.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1262162420.480.1100.05193.4581.6972.16
Hex7ED8F230B05c15248
Octal176330362601305301122110
Binary11111101101100011110010110000101101011100000110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,216,242); }

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

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

 a { background-color: rgb(126,216,242); }

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

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

 span { border-color: rgb(126,216,242); }

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