Html Css Color HEX #7AAEFC Maya Blue

📋 copy color: '#7AAEFC'

red 122 ◦ green 174 ◦ blue 252

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

Shades of Maya Blue #7AAEFC

Tints of Maya Blue #7AAEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.99%

R = 22.26%
G = 31.75%
B = 45.99%

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

#7AAEFC (or 0x7AAEFC) is known color: Maya Blue. HEX triplet: 7A, AE and FC. RGB value is (122,174,252). Sum of RGB (Red+Green+Blue) = 122+174+252=548 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.26% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #7AAEFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AAEFC is #855103. Grayscale: #A6A6A6. Windows color (decimal): -8737028 or 16559738. OLE color: 16559738.

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

Color convert

RGB 122 174 252 -
CMYK 0.52 0.31 0 0.01
HSL 216º 0.96% 0.73% -
HSV(B) 216º 0.52% 0.99% -
XYZ 40.73 41.44 97.95 -
YUV 167.34 175.77 95.66 -
System Red Green Blue C M Y K H S L
Decimal 122 174 252 0.52 0.31 0 0.01 216 0.96 0.73
Hex 7A AE FC 34 1F 0 1 D8 60 49
Octal 172 256 374 64 37 0 1 330 140 111
Binary 1111010 10101110 11111100 110100 11111 0 1 11011000 1100000 1001001

Color Harmonies of #7AAEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAEFC

Black with #7AAEFC

Text Example


Text Example

White with #7AAEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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