#79baef

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

Shades of Maya Blue #79BAEF

Tints of Maya Blue #79BAEF

Color information

#79BAEF (or 0x79BAEF) is unknown color: approx Maya Blue. HEX triplet: 79, BA and EF. RGB value is (121,186,239). Sum of RGB (Red+Green+Blue) = 121+186+239=546 (72% of max value = 765). Red value is 121 (47.66% from 255 or 22.16% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #79BAEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79BAEF is #864510. Grayscale: #ACACAC. Windows color (decimal): -8799505 or 15710841. OLE color: 15710841.

HSL color Cylindrical-coordinate representation of color #79BAEF: hue angle of 206.95º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79BAEF is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB121186239-
CMYK0.490.2200.06
HSL206.95º78.67%70.59%-
HSV(B)206.95º49.37%93.73%-
XYZ41.0245.4188.27-
YUV172.61165.4791.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.16%
GREEN value IS 186 (73.05% from 255) = 34.07%
BLUE value IS 239 (93.75% from 255) = 43.77%
R=22.16%
G=34.07%
B=43.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1211862390.490.2200.06206.9578.6770.59
Hex79BAEF311606cf4f47
Octal171272357612606317117107
Binary111100110111010111011111100011011001101100111110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79baef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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