#7EE1FE

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

Shades of Light Sky Blue #7EE1FE

Tints of Light Sky Blue #7EE1FE

Color information

#7EE1FE (or 0x7EE1FE) is unknown color: approx Light Sky Blue. HEX triplet: 7E, E1 and FE. RGB value is (126,225,254). Sum of RGB (Red+Green+Blue) = 126+225+254=605 (80% of max value = 765). Red value is 126 (49.61% from 255 or 20.83% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #7EE1FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EE1FE is #811E01. Grayscale: #C6C6C6. Windows color (decimal): -8461826 or 16703870. OLE color: 16703870.

HSL color Cylindrical-coordinate representation of color #7EE1FE: hue angle of 193.59º 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 #7EE1FE is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB126225254-
CMYK0.500.1100.00
HSL193.59º98.46%74.51%-
HSV(B)193.59º50.39%99.61%-
XYZ53.4265.44103.58-
YUV198.7159.276.14-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 20.83%
GREEN value IS 225 (88.28% from 255) = 37.19%
BLUE value IS 254 (99.61% from 255) = 41.98%
R=20.83%
G=37.19%
B=41.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1262252540.500.1100.00193.5998.4674.51
Hex7EE1FE32B00c2624b
Octal176341376621300302142113
Binary111111011100001111111101100101011001100001011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EE1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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