#7AAFFE

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

Shades of Maya Blue #7AAFFE

Tints of Maya Blue #7AAFFE

Color information

#7AAFFE (or 0x7AAFFE) is unknown color: approx Maya Blue. HEX triplet: 7A, AF and FE. RGB value is (122,175,254). Sum of RGB (Red+Green+Blue) = 122+175+254=551 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.14% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AAFFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AAFFE is #855001. Grayscale: #A7A7A7. Windows color (decimal): -8736770 or 16691066. OLE color: 16691066.

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

Color convert

RGB122175254-
CMYK0.520.3100.00
HSL215.91º98.51%73.73%-
HSV(B)215.91º51.97%99.61%-
XYZ41.2541.9599.69-
YUV168.16176.4495.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.14%
GREEN value IS 175 (68.75% from 255) = 31.76%
BLUE value IS 254 (99.61% from 255) = 46.10%
R=22.14%
G=31.76%
B=46.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1221752540.520.3100.00215.9198.5173.73
Hex7AAFFE341F00d8634a
Octal172257376643700330143112
Binary1111010101011111111111011010011111001101100011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,175,254); }

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

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

 a { background-color: rgb(122,175,254); }

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

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

 span { border-color: rgb(122,175,254); }

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