#7AB7FA

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

Shades of Maya Blue #7AB7FA

Tints of Maya Blue #7AB7FA

Color information

#7AB7FA (or 0x7AB7FA) is unknown color: approx Maya Blue. HEX triplet: 7A, B7 and FA. RGB value is (122,183,250). Sum of RGB (Red+Green+Blue) = 122+183+250=555 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.98% from 555); Green value is 183 (71.88% from 255 or 32.97% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #7AB7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AB7FA is #854805. Grayscale: #ACACAC. Windows color (decimal): -8734726 or 16430970. OLE color: 16430970.

HSL color Cylindrical-coordinate representation of color #7AB7FA: hue angle of 211.41º 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 #7AB7FA is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB122183250-
CMYK0.510.2700.02
HSL211.41º92.75%72.94%-
HSV(B)211.41º51.2%98.04%-
XYZ42.2144.9196.89-
YUV172.4171.7992.05-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.98%
GREEN value IS 183 (71.88% from 255) = 32.97%
BLUE value IS 250 (98.05% from 255) = 45.05%
R=21.98%
G=32.97%
B=45.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1221832500.510.2700.02211.4192.7572.94
Hex7AB7FA331B02d35d49
Octal172267372633302323135111
Binary11110101011011111111010110011110110101101001110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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