#7AC1EA

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

Shades of Maya Blue #7AC1EA

Tints of Maya Blue #7AC1EA

Color information

#7AC1EA (or 0x7AC1EA) is unknown color: approx Maya Blue. HEX triplet: 7A, C1 and EA. RGB value is (122,193,234). Sum of RGB (Red+Green+Blue) = 122+193+234=549 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.22% from 549); Green value is 193 (75.78% from 255 or 35.15% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #7AC1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AC1EA is #853E15. Grayscale: #B0B0B0. Windows color (decimal): -8732182 or 15384954. OLE color: 15384954.

HSL color Cylindrical-coordinate representation of color #7AC1EA: hue angle of 201.96º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AC1EA is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB122193234-
CMYK0.480.1800.08
HSL201.96º72.73%69.8%-
HSV(B)201.96º47.86%91.76%-
XYZ41.9548.2284.94-
YUV176.44160.4889.17-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.22%
GREEN value IS 193 (75.78% from 255) = 35.15%
BLUE value IS 234 (91.80% from 255) = 42.62%
R=22.22%
G=35.15%
B=42.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1221932340.480.1800.08201.9672.7369.8
Hex7AC1EA301208ca4946
Octal1723013526022010312111106
Binary1111010110000011110101011000010010010001100101010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AC1EA; }

 p { color: rgb(122,193,234); }

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

<style>
 a { background-color: #7AC1EA; }

 a { background-color: rgb(122,193,234); }

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

<style>
 span { border-color: #7AC1EA; }

 span { border-color: rgb(122,193,234); }

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