#7ED8FB

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

Shades of Light Sky Blue #7ED8FB

Tints of Light Sky Blue #7ED8FB

Color information

#7ED8FB (or 0x7ED8FB) is unknown color: approx Light Sky Blue. HEX triplet: 7E, D8 and FB. RGB value is (126,216,251). Sum of RGB (Red+Green+Blue) = 126+216+251=593 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.25% from 593); Green value is 216 (84.77% from 255 or 36.42% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #7ED8FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ED8FB is #812704. Grayscale: #C0C0C0. Windows color (decimal): -8464133 or 16504958. OLE color: 16504958.

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

Color convert

RGB126216251-
CMYK0.500.1400.02
HSL196.8º93.98%73.92%-
HSV(B)196.8º49.8%98.43%-
XYZ50.5760.51100.28-
YUV193.08160.6880.15-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.25%
GREEN value IS 216 (84.77% from 255) = 36.42%
BLUE value IS 251 (98.44% from 255) = 42.33%
R=21.25%
G=36.42%
B=42.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1262162510.500.1400.02196.893.9873.92
Hex7ED8FB32E02c55e4a
Octal176330373621602305136112
Binary1111110110110001111101111001011100101100010110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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