#7AC4FA

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

Shades of Maya Blue #7AC4FA

Tints of Maya Blue #7AC4FA

Color information

#7AC4FA (or 0x7AC4FA) is unknown color: approx Maya Blue. HEX triplet: 7A, C4 and FA. RGB value is (122,196,250). Sum of RGB (Red+Green+Blue) = 122+196+250=568 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.48% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #7AC4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AC4FA is #853B05. Grayscale: #B3B3B3. Windows color (decimal): -8731398 or 16434298. OLE color: 16434298.

HSL color Cylindrical-coordinate representation of color #7AC4FA: hue angle of 205.31º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AC4FA is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB122196250-
CMYK0.510.2200.02
HSL205.31º92.75%72.94%-
HSV(B)205.31º51.2%98.04%-
XYZ45.0250.5297.82-
YUV180.03167.4886.61-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.48%
GREEN value IS 196 (76.95% from 255) = 34.51%
BLUE value IS 250 (98.05% from 255) = 44.01%
R=21.48%
G=34.51%
B=44.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1221962500.510.2200.02205.3192.7572.94
Hex7AC4FA331602cd5d49
Octal172304372632602315135111
Binary11110101100010011111010110011101100101100110110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,196,250); }

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

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

 a { background-color: rgb(122,196,250); }

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

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

 span { border-color: rgb(122,196,250); }

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