#73AAFC

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

Shades of Maya Blue #73AAFC

Tints of Maya Blue #73AAFC

Color information

#73AAFC (or 0x73AAFC) is unknown color: approx Maya Blue. HEX triplet: 73, AA and FC. RGB value is (115,170,252). Sum of RGB (Red+Green+Blue) = 115+170+252=537 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.42% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #73AAFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73AAFC is #8C5503. Grayscale: #A2A2A2. Windows color (decimal): -9196804 or 16558707. OLE color: 16558707.

HSL color Cylindrical-coordinate representation of color #73AAFC: hue angle of 215.91º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73AAFC is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB115170252-
CMYK0.540.3300.01
HSL215.91º95.8%71.96%-
HSV(B)215.91º54.37%98.82%-
XYZ39.0239.4297.65-
YUV162.9178.2893.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.42%
GREEN value IS 170 (66.80% from 255) = 31.66%
BLUE value IS 252 (98.83% from 255) = 46.93%
R=21.42%
G=31.66%
B=46.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1151702520.540.3300.01215.9195.871.96
Hex73AAFC362101d86048
Octal163252374664101330140110
Binary11100111010101011111100110110100001011101100011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73AAFC; }

 p { color: rgb(115,170,252); }

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

<style>
 a { background-color: #73AAFC; }

 a { background-color: rgb(115,170,252); }

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

<style>
 span { border-color: #73AAFC; }

 span { border-color: rgb(115,170,252); }

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