#7ED1FE

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

Shades of Light Sky Blue #7ED1FE

Tints of Light Sky Blue #7ED1FE

Color information

#7ED1FE (or 0x7ED1FE) is unknown color: approx Light Sky Blue. HEX triplet: 7E, D1 and FE. RGB value is (126,209,254). Sum of RGB (Red+Green+Blue) = 126+209+254=589 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.39% from 589); Green value is 209 (82.03% from 255 or 35.48% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #7ED1FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ED1FE is #812E01. Grayscale: #BDBDBD. Windows color (decimal): -8465922 or 16699774. OLE color: 16699774.

HSL color Cylindrical-coordinate representation of color #7ED1FE: hue angle of 201.09º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7ED1FE is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB126209254-
CMYK0.500.1800.00
HSL201.09º98.46%74.51%-
HSV(B)201.09º50.39%99.61%-
XYZ49.2957.19102.21-
YUV189.31164.582.84-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.39%
GREEN value IS 209 (82.03% from 255) = 35.48%
BLUE value IS 254 (99.61% from 255) = 43.12%
R=21.39%
G=35.48%
B=43.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1262092540.500.1800.00201.0998.4674.51
Hex7ED1FE321200c9624b
Octal176321376622200311142113
Binary1111110110100011111111011001010010001100100111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,209,254); }

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

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

 a { background-color: rgb(126,209,254); }

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

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

 span { border-color: rgb(126,209,254); }

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