Html Css Color HEX #7AAEFD Maya Blue

📋 copy color: '#7AAEFD'

red 122 ◦ green 174 ◦ blue 253

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

Shades of Maya Blue #7AAEFD

Tints of Maya Blue #7AAEFD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.69%

 BLUE value IS 253 (99.22% from 255) = 46.08%

R = 22.22%
G = 31.69%
B = 46.08%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7AAEFD (or 0x7AAEFD) is known color: Maya Blue. HEX triplet: 7A, AE and FD. RGB value is (122,174,253). Sum of RGB (Red+Green+Blue) = 122+174+253=549 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.22% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #7AAEFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AAEFD is #855102. Grayscale: #A7A7A7. Windows color (decimal): -8737027 or 16625274. OLE color: 16625274.

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

Color convert

RGB 122 174 253 -
CMYK 0.52 0.31 0 0.01
HSL 216.18º 0.97% 0.74% -
HSV(B) 216.18º 0.52% 0.99% -
XYZ 40.89 41.5 98.78 -
YUV 167.46 176.27 95.58 -
System Red Green Blue C M Y K H S L
Decimal 122 174 253 0.52 0.31 0 0.01 216.18 0.97 0.74
Hex 7A AE FD 34 1F 0 1 D8 61 4A
Octal 172 256 375 64 37 0 1 330 141 112
Binary 1111010 10101110 11111101 110100 11111 0 1 11011000 1100001 1001010

Color Harmonies of #7AAEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAEFD

Black with #7AAEFD

Text Example


Text Example

White with #7AAEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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