#79B0FB

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

Shades of Maya Blue #79B0FB

Tints of Maya Blue #79B0FB

Color information

#79B0FB (or 0x79B0FB) is unknown color: approx Maya Blue. HEX triplet: 79, B0 and FB. RGB value is (121,176,251). Sum of RGB (Red+Green+Blue) = 121+176+251=548 (72% of max value = 765). Red value is 121 (47.66% from 255 or 22.08% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #79B0FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79B0FB is #864F04. Grayscale: #A7A7A7. Windows color (decimal): -8802053 or 16494713. OLE color: 16494713.

HSL color Cylindrical-coordinate representation of color #79B0FB: hue angle of 214.62º 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 #79B0FB is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB121176251-
CMYK0.520.3000.02
HSL214.62º94.2%72.94%-
HSV(B)214.62º51.79%98.43%-
XYZ40.8242.0897.24-
YUV168.1174.7894.4-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.08%
GREEN value IS 176 (69.14% from 255) = 32.12%
BLUE value IS 251 (98.44% from 255) = 45.80%
R=22.08%
G=32.12%
B=45.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1211762510.520.3000.02214.6294.272.94
Hex79B0FB341E02d75e49
Octal171260373643602327136111
Binary11110011011000011111011110100111100101101011110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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