Html Css Color HEX #7AAEFF Maya Blue

📋 copy color: '#7AAEFF'

red 122 ◦ green 174 ◦ blue 255

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

Shades of Maya Blue #7AAEFF

Tints of Maya Blue #7AAEFF

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 value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7AAEFF (or 0x7AAEFF) is known color: 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

RGB 122 174 255 -
CMYK 0.52 0.32 0 0
HSL 216.54º 1% 0.74% -
HSV(B) 216.54º 0.52% 1% -
XYZ 41.21 41.63 100.47 -
YUV 167.69 177.27 95.41 -
System Red Green Blue C M Y K H S L
Decimal 122 174 255 0.52 0.32 0 0 216.54 1 0.74
Hex 7A AE FF 34 20 0 0 D9 64 4A
Octal 172 256 377 64 40 0 0 331 144 112
Binary 1111010 10101110 11111111 110100 100000 0 0 11011001 1100100 1001010

Color Harmonies of #7AAEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAEFF

Black with #7AAEFF

Text Example


Text Example

White with #7AAEFF

Text Example


Text Example

HTML Codes & Css Web 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>