#7EE1FA

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

Shades of Light Sky Blue #7EE1FA

Tints of Light Sky Blue #7EE1FA

Color information

#7EE1FA (or 0x7EE1FA) is unknown color: approx Light Sky Blue. HEX triplet: 7E, E1 and FA. RGB value is (126,225,250). Sum of RGB (Red+Green+Blue) = 126+225+250=601 (79% of max value = 765). Red value is 126 (49.61% from 255 or 20.97% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #7EE1FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EE1FA is #811E05. Grayscale: #C6C6C6. Windows color (decimal): -8461830 or 16441726. OLE color: 16441726.

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

Color convert

RGB126225250-
CMYK0.500.1000.02
HSL192.1º92.54%73.73%-
HSV(B)192.1º49.6%98.04%-
XYZ52.7865.19100.24-
YUV198.25157.276.47-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 20.97%
GREEN value IS 225 (88.28% from 255) = 37.44%
BLUE value IS 250 (98.05% from 255) = 41.60%
R=20.97%
G=37.44%
B=41.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1262252500.500.1000.02192.192.5473.73
Hex7EE1FA32A02c05d4a
Octal176341372621202300135112
Binary1111110111000011111101011001010100101100000010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EE1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,225,250); }

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

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

 a { background-color: rgb(126,225,250); }

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

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

 span { border-color: rgb(126,225,250); }

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