#79C0F5

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

Shades of Maya Blue #79C0F5

Tints of Maya Blue #79C0F5

Color information

#79C0F5 (or 0x79C0F5) is unknown color: approx Maya Blue. HEX triplet: 79, C0 and F5. RGB value is (121,192,245). Sum of RGB (Red+Green+Blue) = 121+192+245=558 (73% of max value = 765). Red value is 121 (47.66% from 255 or 21.68% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 245 (96.09% from 255 or 43.91% from 558); Max value from RGB is 245 - color contains mainly: blue. Hex color #79C0F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79C0F5 is #863F0A. Grayscale: #B0B0B0. Windows color (decimal): -8797963 or 16105593. OLE color: 16105593.

HSL color Cylindrical-coordinate representation of color #79C0F5: hue angle of 205.65º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #79C0F5 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB121192245-
CMYK0.510.2200.04
HSL205.65º86.11%71.76%-
HSV(B)205.65º50.61%96.08%-
XYZ43.2248.3693.44-
YUV176.81166.4888.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 21.68%
GREEN value IS 192 (75.39% from 255) = 34.41%
BLUE value IS 245 (96.09% from 255) = 43.91%
R=21.68%
G=34.41%
B=43.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1211922450.510.2200.04205.6586.1171.76
Hex79C0F5331604ce5648
Octal171300365632604316126110
Binary111100111000000111101011100111011001001100111010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79C0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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