Html Css Color HEX #7ED3FA Light Sky Blue

📋 copy color: '#7ED3FA'

red 126 ◦ green 211 ◦ blue 250

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

Shades of Light Sky Blue #7ED3FA

Tints of Light Sky Blue #7ED3FA

RGB

 RED value IS 126 (49.61% from 255) = 21.47%

 GREEN value IS 211 (82.81% from 255) = 35.95%

 BLUE value IS 250 (98.05% from 255) = 42.59%

R = 21.47%
G = 35.95%
B = 42.59%

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

#7ED3FA (or 0x7ED3FA) is known color: Light Sky Blue. HEX triplet: 7E, D3 and FA. RGB value is (126,211,250). Sum of RGB (Red+Green+Blue) = 126+211+250=587 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.47% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #7ED3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ED3FA is #812C05. Grayscale: #BDBDBD. Windows color (decimal): -8465414 or 16438142. OLE color: 16438142.

HSL color Cylindrical-coordinate representation of color #7ED3FA: hue angle of 198.87º 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 #7ED3FA is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 126 211 250 -
CMYK 0.50 0.16 0 0.02
HSL 198.87º 0.93% 0.74% -
HSV(B) 198.87º 0.5% 0.98% -
XYZ 49.15 57.93 99.03 -
YUV 190.03 161.84 82.33 -
System Red Green Blue C M Y K H S L
Decimal 126 211 250 0.50 0.16 0 0.02 198.87 0.93 0.74
Hex 7E D3 FA 32 10 0 2 C7 5D 4A
Octal 176 323 372 62 20 0 2 307 135 112
Binary 1111110 11010011 11111010 110010 10000 0 10 11000111 1011101 1001010

Color Harmonies of #7ED3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED3FA

Black with #7ED3FA

Text Example


Text Example

White with #7ED3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7ED3FA;
 }
 .AnyTagClassName
 {
   color: #7ED3FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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