#73ACFB

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

Shades of Maya Blue #73ACFB

Tints of Maya Blue #73ACFB

Color information

#73ACFB (or 0x73ACFB) is unknown color: approx Maya Blue. HEX triplet: 73, AC and FB. RGB value is (115,172,251). Sum of RGB (Red+Green+Blue) = 115+172+251=538 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.38% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #73ACFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73ACFB is #8C5304. Grayscale: #A3A3A3. Windows color (decimal): -9196293 or 16493683. OLE color: 16493683.

HSL color Cylindrical-coordinate representation of color #73ACFB: hue angle of 214.85º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73ACFB is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB115172251-
CMYK0.540.3100.02
HSL214.85º94.44%71.76%-
HSV(B)214.85º54.18%98.43%-
XYZ39.2440.1196.94-
YUV163.96177.1293.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.38%
GREEN value IS 172 (67.58% from 255) = 31.97%
BLUE value IS 251 (98.44% from 255) = 46.65%
R=21.38%
G=31.97%
B=46.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1151722510.540.3100.02214.8594.4471.76
Hex73ACFB361F02d75e48
Octal163254373663702327136110
Binary11100111010110011111011110110111110101101011110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,172,251); }

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

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

 a { background-color: rgb(115,172,251); }

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

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

 span { border-color: rgb(115,172,251); }

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