#79BAF6

Color #79BAF6 Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #79BAF6

Tints of Maya Blue #79BAF6

Color information

#79BAF6 (or 0x79BAF6) is unknown color: approx Maya Blue. HEX triplet: 79, BA and F6. RGB value is (121,186,246). Sum of RGB (Red+Green+Blue) = 121+186+246=553 (73% of max value = 765). Red value is 121 (47.66% from 255 or 21.88% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 246 (96.48% from 255 or 44.48% from 553); Max value from RGB is 246 - color contains mainly: blue. Hex color #79BAF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79BAF6 is #864509. Grayscale: #ADADAD. Windows color (decimal): -8799498 or 16169593. OLE color: 16169593.

HSL color Cylindrical-coordinate representation of color #79BAF6: hue angle of 208.8º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #79BAF6 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB121186246-
CMYK0.510.2400.04
HSL208.8º87.41%71.96%-
HSV(B)208.8º50.81%96.47%-
XYZ42.0845.8493.82-
YUV173.4168.9790.62-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 21.88%
GREEN value IS 186 (73.05% from 255) = 33.63%
BLUE value IS 246 (96.48% from 255) = 44.48%
R=21.88%
G=33.63%
B=44.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1211862460.510.2400.04208.887.4171.96
Hex79BAF6331804d15748
Octal171272366633004321127110
Binary111100110111010111101101100111100001001101000110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #79BAF6;
 }
 .AnyTagClassName
 {
   color: #79BAF6;
 }
</style>
background-color css

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

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

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

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

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

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