#7AAEFC

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

Shades of Maya Blue #7AAEFC

Tints of Maya Blue #7AAEFC

Color information

#7AAEFC (or 0x7AAEFC) is unknown color: approx Maya Blue. HEX triplet: 7A, AE and FC. RGB value is (122,174,252). Sum of RGB (Red+Green+Blue) = 122+174+252=548 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.26% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #7AAEFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AAEFC is #855103. Grayscale: #A6A6A6. Windows color (decimal): -8737028 or 16559738. OLE color: 16559738.

HSL color Cylindrical-coordinate representation of color #7AAEFC: hue angle of 216º 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 #7AAEFC is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB122174252-
CMYK0.520.3100.01
HSL216º95.59%73.33%-
HSV(B)216º51.59%98.82%-
XYZ40.7341.4497.95-
YUV167.34175.7795.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.26%
GREEN value IS 174 (68.36% from 255) = 31.75%
BLUE value IS 252 (98.83% from 255) = 45.99%
R=22.26%
G=31.75%
B=45.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1221742520.520.3100.0121695.5973.33
Hex7AAEFC341F01d86049
Octal172256374643701330140111
Binary1111010101011101111110011010011111011101100011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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