Html Css Color HEX #79BAFF Maya Blue

📋 copy color: '#79BAFF'

red 121 ◦ green 186 ◦ blue 255

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

Shades of Maya Blue #79BAFF

Tints of Maya Blue #79BAFF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.1%

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

R = 21.53%
G = 33.1%
B = 45.37%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#79BAFF (or 0x79BAFF) is known color: Maya Blue. HEX triplet: 79, BA and FF. RGB value is (121,186,255). Sum of RGB (Red+Green+Blue) = 121+186+255=562 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.53% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #79BAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79BAFF is #864500. Grayscale: #AEAEAE. Windows color (decimal): -8799489 or 16759417. OLE color: 16759417.

HSL color Cylindrical-coordinate representation of color #79BAFF: hue angle of 210.9º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #79BAFF is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 121 186 255 -
CMYK 0.53 0.27 0 0
HSL 210.9º 1% 0.74% -
HSV(B) 210.9º 0.53% 1% -
XYZ 43.49 46.4 101.27 -
YUV 174.43 173.47 89.89 -
System Red Green Blue C M Y K H S L
Decimal 121 186 255 0.53 0.27 0 0 210.9 1 0.74
Hex 79 BA FF 35 1B 0 0 D3 64 4A
Octal 171 272 377 65 33 0 0 323 144 112
Binary 1111001 10111010 11111111 110101 11011 0 0 11010011 1100100 1001010

Color Harmonies of #79BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79BAFF

Black with #79BAFF

Text Example


Text Example

White with #79BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,186,255); }

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

background-color css

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

 a { background-color: rgb(121,186,255); }

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

border-color css

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

 span { border-color: rgb(121,186,255); }

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