#79B4FB

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

Shades of Maya Blue #79B4FB

Tints of Maya Blue #79B4FB

Color information

#79B4FB (or 0x79B4FB) is unknown color: approx Maya Blue. HEX triplet: 79, B4 and FB. RGB value is (121,180,251). Sum of RGB (Red+Green+Blue) = 121+180+251=552 (73% of max value = 765). Red value is 121 (47.66% from 255 or 21.92% from 552); Green value is 180 (70.70% from 255 or 32.61% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #79B4FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79B4FB is #864B04. Grayscale: #AAAAAA. Windows color (decimal): -8801029 or 16495737. OLE color: 16495737.

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

Color convert

RGB121180251-
CMYK0.520.2800.02
HSL212.77º94.2%72.94%-
HSV(B)212.77º51.79%98.43%-
XYZ41.6243.6797.5-
YUV170.45173.4592.73-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 21.92%
GREEN value IS 180 (70.70% from 255) = 32.61%
BLUE value IS 251 (98.44% from 255) = 45.47%
R=21.92%
G=32.61%
B=45.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1211802510.520.2800.02212.7794.272.94
Hex79B4FB341C02d55e49
Octal171264373643402325136111
Binary11110011011010011111011110100111000101101010110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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