#7ED8FF

Color #7ED8FF Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #7ED8FF

Tints of Light Sky Blue #7ED8FF

Color information

#7ED8FF (or 0x7ED8FF) is unknown color: approx Light Sky Blue. HEX triplet: 7E, D8 and FF. RGB value is (126,216,255). Sum of RGB (Red+Green+Blue) = 126+216+255=597 (79% of max value = 765). Red value is 126 (49.61% from 255 or 21.11% from 597); Green value is 216 (84.77% from 255 or 36.18% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #7ED8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ED8FF is #812700. Grayscale: #C1C1C1. Windows color (decimal): -8464129 or 16767102. OLE color: 16767102.

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

Color convert

RGB126216255-
CMYK0.510.1500
HSL198.14º100%74.71%-
HSV(B)198.14º50.59%100%-
XYZ51.2160.77103.64-
YUV193.54162.6879.83-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.11%
GREEN value IS 216 (84.77% from 255) = 36.18%
BLUE value IS 255 (100% from 255) = 42.71%
R=21.11%
G=36.18%
B=42.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1262162550.510.1500198.1410074.71
Hex7ED8FF33F00c6644b
Octal176330377631700306144113
Binary111111011011000111111111100111111001100011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7ED8FF;
 }
 .AnyTagClassName
 {
   color: #7ED8FF;
 }
</style>
background-color css

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

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

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

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

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

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