#7AE1FC

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

Shades of Light Sky Blue #7AE1FC

Tints of Light Sky Blue #7AE1FC

Color information

#7AE1FC (or 0x7AE1FC) is unknown color: approx Light Sky Blue. HEX triplet: 7A, E1 and FC. RGB value is (122,225,252). Sum of RGB (Red+Green+Blue) = 122+225+252=599 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.37% from 599); Green value is 225 (88.28% from 255 or 37.56% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #7AE1FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AE1FC is #851E03. Grayscale: #C5C5C5. Windows color (decimal): -8723972 or 16572794. OLE color: 16572794.

HSL color Cylindrical-coordinate representation of color #7AE1FC: hue angle of 192.46º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AE1FC is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB122225252-
CMYK0.520.1100.01
HSL192.46º95.59%73.33%-
HSV(B)192.46º51.59%98.82%-
XYZ52.5265.02101.88-
YUV197.28158.8874.3-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.37%
GREEN value IS 225 (88.28% from 255) = 37.56%
BLUE value IS 252 (98.83% from 255) = 42.07%
R=20.37%
G=37.56%
B=42.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1222252520.520.1100.01192.4695.5973.33
Hex7AE1FC34B01c06049
Octal172341374641301300140111
Binary111101011100001111111001101001011011100000011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,225,252); }

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

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

 a { background-color: rgb(122,225,252); }

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

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

 span { border-color: rgb(122,225,252); }

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