#79CAF2

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

Shades of Maya Blue #79CAF2

Tints of Maya Blue #79CAF2

Color information

#79CAF2 (or 0x79CAF2) is unknown color: approx Maya Blue. HEX triplet: 79, CA and F2. RGB value is (121,202,242). Sum of RGB (Red+Green+Blue) = 121+202+242=565 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.42% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #79CAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79CAF2 is #86350D. Grayscale: #B6B6B6. Windows color (decimal): -8795406 or 15911545. OLE color: 15911545.

HSL color Cylindrical-coordinate representation of color #79CAF2: hue angle of 199.83º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #79CAF2 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB121202242-
CMYK0.500.1700.05
HSL199.83º82.31%71.18%-
HSV(B)199.83º50%94.9%-
XYZ45.0352.7291.81-
YUV182.34161.6684.25-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 21.42%
GREEN value IS 202 (79.30% from 255) = 35.75%
BLUE value IS 242 (94.92% from 255) = 42.83%
R=21.42%
G=35.75%
B=42.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1212022420.500.1700.05199.8382.3171.18
Hex79CAF2321105c85247
Octal171312362622105310122107
Binary111100111001010111100101100101000101011100100010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,202,242); }

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

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

 a { background-color: rgb(121,202,242); }

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

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

 span { border-color: rgb(121,202,242); }

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