Html Css Color HEX #7ED7FD Light Sky Blue

📋 copy color: '#7ED7FD'

red 126 ◦ green 215 ◦ blue 253

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

Shades of Light Sky Blue #7ED7FD

Tints of Light Sky Blue #7ED7FD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.2%

 BLUE value IS 253 (99.22% from 255) = 42.59%

R = 21.21%
G = 36.2%
B = 42.59%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7ED7FD (or 0x7ED7FD) is known color: Light Sky Blue. HEX triplet: 7E, D7 and FD. RGB value is (126,215,253). Sum of RGB (Red+Green+Blue) = 126+215+253=594 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.21% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #7ED7FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ED7FD is #812802. Grayscale: #C0C0C0. Windows color (decimal): -8464387 or 16635774. OLE color: 16635774.

HSL color Cylindrical-coordinate representation of color #7ED7FD: hue angle of 197.95º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7ED7FD is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 126 215 253 -
CMYK 0.50 0.15 0 0.01
HSL 197.95º 0.97% 0.74% -
HSV(B) 197.95º 0.5% 0.99% -
XYZ 50.63 60.13 101.87 -
YUV 192.72 162.01 80.41 -
System Red Green Blue C M Y K H S L
Decimal 126 215 253 0.50 0.15 0 0.01 197.95 0.97 0.74
Hex 7E D7 FD 32 F 0 1 C6 61 4A
Octal 176 327 375 62 17 0 1 306 141 112
Binary 1111110 11010111 11111101 110010 1111 0 1 11000110 1100001 1001010

Color Harmonies of #7ED7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED7FD

Black with #7ED7FD

Text Example


Text Example

White with #7ED7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,215,253); }

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

background-color css

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

 a { background-color: rgb(126,215,253); }

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

border-color css

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

 span { border-color: rgb(126,215,253); }

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