Html Css Color HEX #7AAFFE Maya Blue

📋 copy color: '#7AAFFE'

red 122 ◦ green 175 ◦ blue 254

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

Shades of Maya Blue #7AAFFE

Tints of Maya Blue #7AAFFE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.76%

 BLUE value IS 254 (99.61% from 255) = 46.1%

R = 22.14%
G = 31.76%
B = 46.1%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7AAFFE (or 0x7AAFFE) is known color: Maya Blue. HEX triplet: 7A, AF and FE. RGB value is (122,175,254). Sum of RGB (Red+Green+Blue) = 122+175+254=551 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.14% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AAFFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AAFFE is #855001. Grayscale: #A7A7A7. Windows color (decimal): -8736770 or 16691066. OLE color: 16691066.

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

Color convert

RGB 122 175 254 -
CMYK 0.52 0.31 0 0.00
HSL 215.91º 0.99% 0.74% -
HSV(B) 215.91º 0.52% 1% -
XYZ 41.25 41.95 99.69 -
YUV 168.16 176.44 95.08 -
System Red Green Blue C M Y K H S L
Decimal 122 175 254 0.52 0.31 0 0.00 215.91 0.99 0.74
Hex 7A AF FE 34 1F 0 0 D8 63 4A
Octal 172 257 376 64 37 0 0 330 143 112
Binary 1111010 10101111 11111110 110100 11111 0 0 11011000 1100011 1001010

Color Harmonies of #7AAFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAFFE

Black with #7AAFFE

Text Example


Text Example

White with #7AAFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,175,254); }

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

background-color css

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

 a { background-color: rgb(122,175,254); }

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

border-color css

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

 span { border-color: rgb(122,175,254); }

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