#7AC3F0

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

Shades of Maya Blue #7AC3F0

Tints of Maya Blue #7AC3F0

Color information

#7AC3F0 (or 0x7AC3F0) is unknown color: approx Maya Blue. HEX triplet: 7A, C3 and F0. RGB value is (122,195,240). Sum of RGB (Red+Green+Blue) = 122+195+240=557 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.90% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 240 - color contains mainly: blue. Hex color #7AC3F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AC3F0 is #853C0F. Grayscale: #B2B2B2. Windows color (decimal): -8731664 or 15778682. OLE color: 15778682.

HSL color Cylindrical-coordinate representation of color #7AC3F0: hue angle of 202.88º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AC3F0 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB122195240-
CMYK0.490.1900.06
HSL202.88º79.73%70.98%-
HSV(B)202.88º49.17%94.12%-
XYZ43.2749.4689.7-
YUV178.3162.8287.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.90%
GREEN value IS 195 (76.56% from 255) = 35.01%
BLUE value IS 240 (94.14% from 255) = 43.09%
R=21.90%
G=35.01%
B=43.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1221952400.490.1900.06202.8879.7370.98
Hex7AC3F0311306cb5047
Octal172303360612306313120107
Binary111101011000011111100001100011001101101100101110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,195,240); }

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

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

 a { background-color: rgb(122,195,240); }

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

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

 span { border-color: rgb(122,195,240); }

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