#79BAEC

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

Shades of Maya Blue #79BAEC

Tints of Maya Blue #79BAEC

Color information

#79BAEC (or 0x79BAEC) is unknown color: approx Maya Blue. HEX triplet: 79, BA and EC. RGB value is (121,186,236). Sum of RGB (Red+Green+Blue) = 121+186+236=543 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.28% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #79BAEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79BAEC is #864513. Grayscale: #ACACAC. Windows color (decimal): -8799508 or 15514233. OLE color: 15514233.

HSL color Cylindrical-coordinate representation of color #79BAEC: hue angle of 206.09º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79BAEC is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB121186236-
CMYK0.490.2100.07
HSL206.09º75.16%70%-
HSV(B)206.09º48.73%92.55%-
XYZ40.5845.2485.95-
YUV172.26163.9791.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.28%
GREEN value IS 186 (73.05% from 255) = 34.25%
BLUE value IS 236 (92.58% from 255) = 43.46%
R=22.28%
G=34.25%
B=43.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1211862360.490.2100.07206.0975.1670
Hex79BAEC311507ce4b46
Octal171272354612507316113106
Binary111100110111010111011001100011010101111100111010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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