#79BEF0

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

Shades of Maya Blue #79BEF0

Tints of Maya Blue #79BEF0

Color information

#79BEF0 (or 0x79BEF0) is unknown color: approx Maya Blue. HEX triplet: 79, BE and F0. RGB value is (121,190,240). Sum of RGB (Red+Green+Blue) = 121+190+240=551 (72% of max value = 765). Red value is 121 (47.66% from 255 or 21.96% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #79BEF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79BEF0 is #86410F. Grayscale: #AEAEAE. Windows color (decimal): -8798480 or 15777401. OLE color: 15777401.

HSL color Cylindrical-coordinate representation of color #79BEF0: hue angle of 205.21º 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 #79BEF0 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB121190240-
CMYK0.500.2100.06
HSL205.21º79.87%70.78%-
HSV(B)205.21º49.58%94.12%-
XYZ42.0347.1889.33-
YUV175.07164.6489.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 21.96%
GREEN value IS 190 (74.61% from 255) = 34.48%
BLUE value IS 240 (94.14% from 255) = 43.56%
R=21.96%
G=34.48%
B=43.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1211902400.500.2100.06205.2179.8770.78
Hex79BEF0321506cd5047
Octal171276360622506315120107
Binary111100110111110111100001100101010101101100110110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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