#79B8FB

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

Shades of Maya Blue #79B8FB

Tints of Maya Blue #79B8FB

Color information

#79B8FB (or 0x79B8FB) is unknown color: approx Maya Blue. HEX triplet: 79, B8 and FB. RGB value is (121,184,251). Sum of RGB (Red+Green+Blue) = 121+184+251=556 (73% of max value = 765). Red value is 121 (47.66% from 255 or 21.76% from 556); Green value is 184 (72.27% from 255 or 33.09% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #79B8FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79B8FB is #864704. Grayscale: #ACACAC. Windows color (decimal): -8800005 or 16496761. OLE color: 16496761.

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

Color convert

RGB121184251-
CMYK0.520.2700.02
HSL210.92º94.2%72.94%-
HSV(B)210.92º51.79%98.43%-
XYZ42.4445.3197.78-
YUV172.8172.1391.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 21.76%
GREEN value IS 184 (72.27% from 255) = 33.09%
BLUE value IS 251 (98.44% from 255) = 45.14%
R=21.76%
G=33.09%
B=45.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1211842510.520.2700.02210.9294.272.94
Hex79B8FB341B02d35e49
Octal171270373643302323136111
Binary11110011011100011111011110100110110101101001110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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