#79B1FB

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

Shades of Maya Blue #79B1FB

Tints of Maya Blue #79B1FB

Color information

#79B1FB (or 0x79B1FB) is unknown color: approx Maya Blue. HEX triplet: 79, B1 and FB. RGB value is (121,177,251). Sum of RGB (Red+Green+Blue) = 121+177+251=549 (72% of max value = 765). Red value is 121 (47.66% from 255 or 22.04% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #79B1FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79B1FB is #864E04. Grayscale: #A8A8A8. Windows color (decimal): -8801797 or 16494969. OLE color: 16494969.

HSL color Cylindrical-coordinate representation of color #79B1FB: hue angle of 214.15º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79B1FB is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB121177251-
CMYK0.520.2900.02
HSL214.15º94.2%72.94%-
HSV(B)214.15º51.79%98.43%-
XYZ41.0242.4797.3-
YUV168.69174.4593.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.04%
GREEN value IS 177 (69.53% from 255) = 32.24%
BLUE value IS 251 (98.44% from 255) = 45.72%
R=22.04%
G=32.24%
B=45.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1211772510.520.2900.02214.1594.272.94
Hex79B1FB341D02d65e49
Octal171261373643502326136111
Binary11110011011000111111011110100111010101101011010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,177,251); }

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

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

 a { background-color: rgb(121,177,251); }

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

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

 span { border-color: rgb(121,177,251); }

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