Html Css Color HEX #7ED5FA Light Sky Blue

📋 copy color: '#7ED5FA'

red 126 ◦ green 213 ◦ blue 250

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

Shades of Light Sky Blue #7ED5FA

Tints of Light Sky Blue #7ED5FA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.16%

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

R = 21.39%
G = 36.16%
B = 42.44%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7ED5FA (or 0x7ED5FA) is known color: Light Sky Blue. HEX triplet: 7E, D5 and FA. RGB value is (126,213,250). Sum of RGB (Red+Green+Blue) = 126+213+250=589 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.39% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #7ED5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ED5FA is #812A05. Grayscale: #BEBEBE. Windows color (decimal): -8464902 or 16438654. OLE color: 16438654.

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

Color convert

RGB 126 213 250 -
CMYK 0.50 0.15 0 0.02
HSL 197.9º 0.93% 0.74% -
HSV(B) 197.9º 0.5% 0.98% -
XYZ 49.65 58.93 99.2 -
YUV 191.21 161.18 81.49 -
System Red Green Blue C M Y K H S L
Decimal 126 213 250 0.50 0.15 0 0.02 197.9 0.93 0.74
Hex 7E D5 FA 32 F 0 2 C6 5D 4A
Octal 176 325 372 62 17 0 2 306 135 112
Binary 1111110 11010101 11111010 110010 1111 0 10 11000110 1011101 1001010

Color Harmonies of #7ED5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED5FA

Black with #7ED5FA

Text Example


Text Example

White with #7ED5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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