#7ED4F3

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

Shades of Sky Blue #7ED4F3

Tints of Sky Blue #7ED4F3

Color information

#7ED4F3 (or 0x7ED4F3) is unknown color: approx Sky Blue. HEX triplet: 7E, D4 and F3. RGB value is (126,212,243). Sum of RGB (Red+Green+Blue) = 126+212+243=581 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.69% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 243 (95.31% from 255 or 41.82% from 581); Max value from RGB is 243 - color contains mainly: blue. Hex color #7ED4F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ED4F3 is #812B0C. Grayscale: #BDBDBD. Windows color (decimal): -8465165 or 15979646. OLE color: 15979646.

HSL color Cylindrical-coordinate representation of color #7ED4F3: hue angle of 195.9º degrees, saturation: 0.83, 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 #7ED4F3 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB126212243-
CMYK0.480.1300.05
HSL195.9º82.98%72.35%-
HSV(B)195.9º48.15%95.29%-
XYZ48.3357.9993.44-
YUV189.82158.0182.48-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.69%
GREEN value IS 212 (83.20% from 255) = 36.49%
BLUE value IS 243 (95.31% from 255) = 41.82%
R=21.69%
G=36.49%
B=41.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1262122430.480.1300.05195.982.9872.35
Hex7ED4F330D05c45348
Octal176324363601505304123110
Binary11111101101010011110011110000110101011100010010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,212,243); }

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

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

 a { background-color: rgb(126,212,243); }

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

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

 span { border-color: rgb(126,212,243); }

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