Html Css Color HEX #7ED9FF Light Sky Blue

📋 copy color: '#7ED9FF'

red 126 ◦ green 217 ◦ blue 255

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

Shades of Light Sky Blue #7ED9FF

Tints of Light Sky Blue #7ED9FF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.29%

 BLUE value IS 255 (100% from 255) = 42.64%

R = 21.07%
G = 36.29%
B = 42.64%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7ED9FF (or 0x7ED9FF) is known color: Light Sky Blue. HEX triplet: 7E, D9 and FF. RGB value is (126,217,255). Sum of RGB (Red+Green+Blue) = 126+217+255=598 (79% of max value = 765). Red value is 126 (49.61% from 255 or 21.07% from 598); Green value is 217 (85.16% from 255 or 36.29% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #7ED9FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ED9FF is #812600. Grayscale: #C1C1C1. Windows color (decimal): -8463873 or 16767358. OLE color: 16767358.

HSL color Cylindrical-coordinate representation of color #7ED9FF: hue angle of 197.67º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7ED9FF is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 126 217 255 -
CMYK 0.51 0.15 0 0
HSL 197.67º 1% 0.75% -
HSV(B) 197.67º 0.51% 1% -
XYZ 51.47 61.28 103.72 -
YUV 194.12 162.35 79.41 -
System Red Green Blue C M Y K H S L
Decimal 126 217 255 0.51 0.15 0 0 197.67 1 0.75
Hex 7E D9 FF 33 F 0 0 C6 64 4B
Octal 176 331 377 63 17 0 0 306 144 113
Binary 1111110 11011001 11111111 110011 1111 0 0 11000110 1100100 1001011

Color Harmonies of #7ED9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED9FF

Black with #7ED9FF

Text Example


Text Example

White with #7ED9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,217,255); }

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

background-color css

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

 a { background-color: rgb(126,217,255); }

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

border-color css

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

 span { border-color: rgb(126,217,255); }

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