#79BAFF

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

Shades of Maya Blue #79BAFF

Tints of Maya Blue #79BAFF

Color information

#79BAFF (or 0x79BAFF) is unknown color: approx 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

RGB121186255-
CMYK0.530.2700
HSL210.9º100%73.73%-
HSV(B)210.9º52.55%100%-
XYZ43.4946.4101.27-
YUV174.43173.4789.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 21.53%
GREEN value IS 186 (73.05% from 255) = 33.10%
BLUE value IS 255 (100% from 255) = 45.37%
R=21.53%
G=33.10%
B=45.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1211862550.530.2700210.910073.73
Hex79BAFF351B00d3644a
Octal171272377653300323144112
Binary1111001101110101111111111010111011001101001111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>