#79BFF0

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

Shades of Maya Blue #79BFF0

Tints of Maya Blue #79BFF0

Color information

#79BFF0 (or 0x79BFF0) is unknown color: approx Maya Blue. HEX triplet: 79, BF and F0. RGB value is (121,191,240). Sum of RGB (Red+Green+Blue) = 121+191+240=552 (73% of max value = 765). Red value is 121 (47.66% from 255 or 21.92% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #79BFF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79BFF0 is #86400F. Grayscale: #AFAFAF. Windows color (decimal): -8798224 or 15777657. OLE color: 15777657.

HSL color Cylindrical-coordinate representation of color #79BFF0: hue angle of 204.71º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #79BFF0 is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB121191240-
CMYK0.500.2000.06
HSL204.71º79.87%70.78%-
HSV(B)204.71º49.58%94.12%-
XYZ42.2447.6289.4-
YUV175.66164.3189.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 21.92%
GREEN value IS 191 (75% from 255) = 34.60%
BLUE value IS 240 (94.14% from 255) = 43.48%
R=21.92%
G=34.60%
B=43.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1211912400.500.2000.06204.7179.8770.78
Hex79BFF0321406cd5047
Octal171277360622406315120107
Binary111100110111111111100001100101010001101100110110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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