#79B3F5

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

Shades of Maya Blue #79B3F5

Tints of Maya Blue #79B3F5

Color information

#79B3F5 (or 0x79B3F5) is unknown color: approx Maya Blue. HEX triplet: 79, B3 and F5. RGB value is (121,179,245). Sum of RGB (Red+Green+Blue) = 121+179+245=545 (72% of max value = 765). Red value is 121 (47.66% from 255 or 22.20% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 245 (96.09% from 255 or 44.95% from 545); Max value from RGB is 245 - color contains mainly: blue. Hex color #79B3F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79B3F5 is #864C0A. Grayscale: #A8A8A8. Windows color (decimal): -8801291 or 16102265. OLE color: 16102265.

HSL color Cylindrical-coordinate representation of color #79B3F5: hue angle of 211.94º degrees, saturation: 0.86, 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 #79B3F5 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB121179245-
CMYK0.510.2700.04
HSL211.94º86.11%71.76%-
HSV(B)211.94º50.61%96.08%-
XYZ40.4942.992.53-
YUV169.18170.7893.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.20%
GREEN value IS 179 (70.31% from 255) = 32.84%
BLUE value IS 245 (96.09% from 255) = 44.95%
R=22.20%
G=32.84%
B=44.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1211792450.510.2700.04211.9486.1171.76
Hex79B3F5331B04d45648
Octal171263365633304324126110
Binary111100110110011111101011100111101101001101010010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B3F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,179,245); }

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

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

 a { background-color: rgb(121,179,245); }

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

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

 span { border-color: rgb(121,179,245); }

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