#7AAEFF

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

Shades of Maya Blue #7AAEFF

Tints of Maya Blue #7AAEFF

Color information

#7AAEFF (or 0x7AAEFF) is unknown color: approx Maya Blue. HEX triplet: 7A, AE and FF. RGB value is (122,174,255). Sum of RGB (Red+Green+Blue) = 122+174+255=551 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.14% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #7AAEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AAEFF is #855100. Grayscale: #A7A7A7. Windows color (decimal): -8737025 or 16756346. OLE color: 16756346.

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

Color convert

RGB122174255-
CMYK0.520.3200
HSL216.54º100%73.92%-
HSV(B)216.54º52.16%100%-
XYZ41.2141.63100.47-
YUV167.69177.2795.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.14%
GREEN value IS 174 (68.36% from 255) = 31.58%
BLUE value IS 255 (100% from 255) = 46.28%
R=22.14%
G=31.58%
B=46.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1221742550.520.3200216.5410073.92
Hex7AAEFF342000d9644a
Octal172256377644000331144112
Binary11110101010111011111111110100100000001101100111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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