Html Css Color HEX #7AAAFF Maya Blue

📋 copy color: '#7AAAFF'

red 122 ◦ green 170 ◦ blue 255

#7AAAFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #7AAAFF

Tints of Maya Blue #7AAAFF

RGB

 RED value IS 122 (48.05% from 255) = 22.3%

 GREEN value IS 170 (66.8% from 255) = 31.08%

 BLUE value IS 255 (100% from 255) = 46.62%

R = 22.3%
G = 31.08%
B = 46.62%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7AAAFF (or 0x7AAAFF) is known color: Maya Blue. HEX triplet: 7A, AA and FF. RGB value is (122,170,255). Sum of RGB (Red+Green+Blue) = 122+170+255=547 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.30% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #7AAAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AAAFF is #855500. Grayscale: #A4A4A4. Windows color (decimal): -8738049 or 16755322. OLE color: 16755322.

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

Color convert

RGB 122 170 255 -
CMYK 0.52 0.33 0 0
HSL 218.35º 1% 0.74% -
HSV(B) 218.35º 0.52% 1% -
XYZ 40.45 40.11 100.22 -
YUV 165.34 178.6 97.09 -
System Red Green Blue C M Y K H S L
Decimal 122 170 255 0.52 0.33 0 0 218.35 1 0.74
Hex 7A AA FF 34 21 0 0 DA 64 4A
Octal 172 252 377 64 41 0 0 332 144 112
Binary 1111010 10101010 11111111 110100 100001 0 0 11011010 1100100 1001010

Color Harmonies of #7AAAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAAFF

Black with #7AAAFF

Text Example


Text Example

White with #7AAAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7AAAFF;
 }
 .AnyTagClassName
 {
   color: #7AAAFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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