Html Css Color HEX #79AFF9 Maya Blue

📋 copy color: '#79AFF9'

red 121 ◦ green 175 ◦ blue 249

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

Shades of Maya Blue #79AFF9

Tints of Maya Blue #79AFF9

RGB

 RED value IS 121 (47.66% from 255) = 22.2%

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

 BLUE value IS 249 (97.66% from 255) = 45.69%

R = 22.2%
G = 32.11%
B = 45.69%

CMYK

 C value IS 0.51

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#79AFF9 (or 0x79AFF9) is known color: Maya Blue. HEX triplet: 79, AF and F9. RGB value is (121,175,249). Sum of RGB (Red+Green+Blue) = 121+175+249=545 (72% of max value = 765). Red value is 121 (47.66% from 255 or 22.20% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 249 (97.66% from 255 or 45.69% from 545); Max value from RGB is 249 - color contains mainly: blue. Hex color #79AFF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79AFF9 is #865006. Grayscale: #A6A6A6. Windows color (decimal): -8802311 or 16363385. OLE color: 16363385.

HSL color Cylindrical-coordinate representation of color #79AFF9: hue angle of 214.69º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #79AFF9 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 121 175 249 -
CMYK 0.51 0.30 0 0.02
HSL 214.69º 0.91% 0.73% -
HSV(B) 214.69º 0.51% 0.98% -
XYZ 40.31 41.56 95.52 -
YUV 167.29 174.11 94.98 -
System Red Green Blue C M Y K H S L
Decimal 121 175 249 0.51 0.30 0 0.02 214.69 0.91 0.73
Hex 79 AF F9 33 1E 0 2 D7 5B 49
Octal 171 257 371 63 36 0 2 327 133 111
Binary 1111001 10101111 11111001 110011 11110 0 10 11010111 1011011 1001001

Color Harmonies of #79AFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79AFF9

Black with #79AFF9

Text Example


Text Example

White with #79AFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79AFF9; }

 p { color: rgb(121,175,249); }

 H1.HeaderClassName
 {
   color: #79AFF9;
 }
 .AnyTagClassName
 {
   color: #79AFF9;
 }
</style>

background-color css

<style>
 a { background-color: #79AFF9; }

 a { background-color: rgb(121,175,249); }

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

border-color css

<style>
 span { border-color: #79AFF9; }

 span { border-color: rgb(121,175,249); }

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