#79BDF1

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

Shades of Maya Blue #79BDF1

Tints of Maya Blue #79BDF1

Color information

#79BDF1 (or 0x79BDF1) is unknown color: approx Maya Blue. HEX triplet: 79, BD and F1. RGB value is (121,189,241). Sum of RGB (Red+Green+Blue) = 121+189+241=551 (72% of max value = 765). Red value is 121 (47.66% from 255 or 21.96% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #79BDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79BDF1 is #86420E. Grayscale: #AEAEAE. Windows color (decimal): -8798735 or 15842681. OLE color: 15842681.

HSL color Cylindrical-coordinate representation of color #79BDF1: hue angle of 206º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #79BDF1 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB121189241-
CMYK0.500.2200.05
HSL206º81.08%70.98%-
HSV(B)206º49.79%94.51%-
XYZ41.9646.8190.04-
YUV174.6165.4789.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 21.96%
GREEN value IS 189 (74.22% from 255) = 34.30%
BLUE value IS 241 (94.53% from 255) = 43.74%
R=21.96%
G=34.30%
B=43.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1211892410.500.2200.0520681.0870.98
Hex79BDF1321605ce5147
Octal171275361622605316121107
Binary111100110111101111100011100101011001011100111010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,189,241); }

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

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

 a { background-color: rgb(121,189,241); }

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

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

 span { border-color: rgb(121,189,241); }

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