#7ED1FA

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

Shades of Light Sky Blue #7ED1FA

Tints of Light Sky Blue #7ED1FA

Color information

#7ED1FA (or 0x7ED1FA) is unknown color: approx Light Sky Blue. HEX triplet: 7E, D1 and FA. RGB value is (126,209,250). Sum of RGB (Red+Green+Blue) = 126+209+250=585 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.54% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #7ED1FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ED1FA is #812E05. Grayscale: #BCBCBC. Windows color (decimal): -8465926 or 16437630. OLE color: 16437630.

HSL color Cylindrical-coordinate representation of color #7ED1FA: hue angle of 199.84º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7ED1FA is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB126209250-
CMYK0.500.1600.02
HSL199.84º92.54%73.73%-
HSV(B)199.84º49.6%98.04%-
XYZ48.6656.9498.87-
YUV188.86162.583.17-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.54%
GREEN value IS 209 (82.03% from 255) = 35.73%
BLUE value IS 250 (98.05% from 255) = 42.74%
R=21.54%
G=35.73%
B=42.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1262092500.500.1600.02199.8492.5473.73
Hex7ED1FA321002c85d4a
Octal176321372622002310135112
Binary11111101101000111111010110010100000101100100010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,209,250); }

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

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

 a { background-color: rgb(126,209,250); }

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

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

 span { border-color: rgb(126,209,250); }

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