Html Css Color HEX #7AADFF Maya Blue

📋 copy color: '#7AADFF'

red 122 ◦ green 173 ◦ blue 255

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

Shades of Maya Blue #7AADFF

Tints of Maya Blue #7AADFF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.45%

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

R = 22.18%
G = 31.45%
B = 46.36%

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

#7AADFF (or 0x7AADFF) is known color: Maya Blue. HEX triplet: 7A, AD and FF. RGB value is (122,173,255). Sum of RGB (Red+Green+Blue) = 122+173+255=550 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.18% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #7AADFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AADFF is #855200. Grayscale: #A6A6A6. Windows color (decimal): -8737281 or 16756090. OLE color: 16756090.

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

Color convert

RGB 122 173 255 -
CMYK 0.52 0.32 0 0
HSL 216.99º 1% 0.74% -
HSV(B) 216.99º 0.52% 1% -
XYZ 41.02 41.24 100.41 -
YUV 167.1 177.6 95.83 -
System Red Green Blue C M Y K H S L
Decimal 122 173 255 0.52 0.32 0 0 216.99 1 0.74
Hex 7A AD FF 34 20 0 0 D9 64 4A
Octal 172 255 377 64 40 0 0 331 144 112
Binary 1111010 10101101 11111111 110100 100000 0 0 11011001 1100100 1001010

Color Harmonies of #7AADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AADFF

Black with #7AADFF

Text Example


Text Example

White with #7AADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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