Html Css Color HEX #7ED1FA Light Sky Blue

📋 copy color: '#7ED1FA'

red 126 ◦ green 209 ◦ blue 250

#7ED1FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sky Blue #7ED1FA

Tints of Light Sky Blue #7ED1FA

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 value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7ED1FA (or 0x7ED1FA) is known color: 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

RGB 126 209 250 -
CMYK 0.50 0.16 0 0.02
HSL 199.84º 0.93% 0.74% -
HSV(B) 199.84º 0.5% 0.98% -
XYZ 48.66 56.94 98.87 -
YUV 188.86 162.5 83.17 -
System Red Green Blue C M Y K H S L
Decimal 126 209 250 0.50 0.16 0 0.02 199.84 0.93 0.74
Hex 7E D1 FA 32 10 0 2 C8 5D 4A
Octal 176 321 372 62 20 0 2 310 135 112
Binary 1111110 11010001 11111010 110010 10000 0 10 11001000 1011101 1001010

Color Harmonies of #7ED1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED1FA

Black with #7ED1FA

Text Example


Text Example

White with #7ED1FA

Text Example


Text Example

HTML Codes & Css Web 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>