#79AAFE

Color #79AAFE Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #79AAFE

Tints of Maya Blue #79AAFE

Color information

#79AAFE (or 0x79AAFE) is unknown color: approx Maya Blue. HEX triplet: 79, AA and FE. RGB value is (121,170,254). Sum of RGB (Red+Green+Blue) = 121+170+254=545 (72% of max value = 765). Red value is 121 (47.66% from 255 or 22.20% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #79AAFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79AAFE is #865501. Grayscale: #A4A4A4. Windows color (decimal): -8803586 or 16689785. OLE color: 16689785.

HSL color Cylindrical-coordinate representation of color #79AAFE: hue angle of 217.89º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79AAFE is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB121170254-
CMYK0.520.3300.00
HSL217.89º98.52%73.53%-
HSV(B)217.89º52.36%99.61%-
XYZ40.1539.9799.36-
YUV164.92178.2796.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.20%
GREEN value IS 170 (66.80% from 255) = 31.19%
BLUE value IS 254 (99.61% from 255) = 46.61%
R=22.20%
G=31.19%
B=46.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1211702540.520.3300.00217.8998.5273.53
Hex79AAFE342100da634a
Octal171252376644100332143112
Binary11110011010101011111110110100100001001101101011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79AAFE; }

 p { color: rgb(121,170,254); }

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

<style>
 a { background-color: #79AAFE; }

 a { background-color: rgb(121,170,254); }

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

<style>
 span { border-color: #79AAFE; }

 span { border-color: rgb(121,170,254); }

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