#7AC1F0

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

Shades of Maya Blue #7AC1F0

Tints of Maya Blue #7AC1F0

Color information

#7AC1F0 (or 0x7AC1F0) is unknown color: approx Maya Blue. HEX triplet: 7A, C1 and F0. RGB value is (122,193,240). Sum of RGB (Red+Green+Blue) = 122+193+240=555 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.98% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 240 - color contains mainly: blue. Hex color #7AC1F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AC1F0 is #853E0F. Grayscale: #B0B0B0. Windows color (decimal): -8732176 or 15778170. OLE color: 15778170.

HSL color Cylindrical-coordinate representation of color #7AC1F0: hue angle of 203.9º 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 #7AC1F0 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB122193240-
CMYK0.490.2000.06
HSL203.9º79.73%70.98%-
HSV(B)203.9º49.17%94.12%-
XYZ42.8248.5789.56-
YUV177.13163.4888.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.98%
GREEN value IS 193 (75.78% from 255) = 34.77%
BLUE value IS 240 (94.14% from 255) = 43.24%
R=21.98%
G=34.77%
B=43.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1221932400.490.2000.06203.979.7370.98
Hex7AC1F0311406cc5047
Octal172301360612406314120107
Binary111101011000001111100001100011010001101100110010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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