#79ACFE

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

Shades of Maya Blue #79ACFE

Tints of Maya Blue #79ACFE

Color information

#79ACFE (or 0x79ACFE) is unknown color: approx Maya Blue. HEX triplet: 79, AC and FE. RGB value is (121,172,254). Sum of RGB (Red+Green+Blue) = 121+172+254=547 (72% of max value = 765). Red value is 121 (47.66% from 255 or 22.12% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #79ACFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79ACFE is #865301. Grayscale: #A5A5A5. Windows color (decimal): -8803074 or 16690297. OLE color: 16690297.

HSL color Cylindrical-coordinate representation of color #79ACFE: hue angle of 216.99º 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 #79ACFE is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB121172254-
CMYK0.520.3200.00
HSL216.99º98.52%73.53%-
HSV(B)216.99º52.36%99.61%-
XYZ40.5340.7399.49-
YUV166.1177.695.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.12%
GREEN value IS 172 (67.58% from 255) = 31.44%
BLUE value IS 254 (99.61% from 255) = 46.44%
R=22.12%
G=31.44%
B=46.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1211722540.520.3200.00216.9998.5273.53
Hex79ACFE342000d9634a
Octal171254376644000331143112
Binary11110011010110011111110110100100000001101100111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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