#79C0FB

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

Shades of Maya Blue #79C0FB

Tints of Maya Blue #79C0FB

Color information

#79C0FB (or 0x79C0FB) is unknown color: approx Maya Blue. HEX triplet: 79, C0 and FB. RGB value is (121,192,251). Sum of RGB (Red+Green+Blue) = 121+192+251=564 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.45% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #79C0FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79C0FB is #863F04. Grayscale: #B1B1B1. Windows color (decimal): -8797957 or 16498809. OLE color: 16498809.

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

Color convert

RGB121192251-
CMYK0.520.2400.02
HSL207.23º94.2%72.94%-
HSV(B)207.23º51.79%98.43%-
XYZ44.1548.7398.35-
YUV177.5169.4887.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 21.45%
GREEN value IS 192 (75.39% from 255) = 34.04%
BLUE value IS 251 (98.44% from 255) = 44.50%
R=21.45%
G=34.04%
B=44.50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1211922510.520.2400.02207.2394.272.94
Hex79C0FB341802cf5e49
Octal171300373643002317136111
Binary11110011100000011111011110100110000101100111110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79C0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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