#79BFEB

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

Shades of Maya Blue #79BFEB

Tints of Maya Blue #79BFEB

Color information

#79BFEB (or 0x79BFEB) is unknown color: approx Maya Blue. HEX triplet: 79, BF and EB. RGB value is (121,191,235). Sum of RGB (Red+Green+Blue) = 121+191+235=547 (72% of max value = 765). Red value is 121 (47.66% from 255 or 22.12% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #79BFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79BFEB is #864014. Grayscale: #AEAEAE. Windows color (decimal): -8798229 or 15449977. OLE color: 15449977.

HSL color Cylindrical-coordinate representation of color #79BFEB: hue angle of 203.16º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79BFEB is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB121191235-
CMYK0.490.1900.08
HSL203.16º74.03%69.8%-
HSV(B)203.16º48.51%92.16%-
XYZ41.5147.3285.54-
YUV175.09161.8189.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.12%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 235 (92.19% from 255) = 42.96%
R=22.12%
G=34.92%
B=42.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1211912350.490.1900.08203.1674.0369.8
Hex79BFEB311308cb4a46
Octal1712773536123010313112106
Binary1111001101111111110101111000110011010001100101110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,191,235); }

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

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

 a { background-color: rgb(121,191,235); }

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

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

 span { border-color: rgb(121,191,235); }

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