#73b3fa

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

Shades of Maya Blue #73B3FA

Tints of Maya Blue #73B3FA

Color information

#73B3FA (or 0x73B3FA) is unknown color: approx Maya Blue. HEX triplet: 73, B3 and FA. RGB value is (115,179,250). Sum of RGB (Red+Green+Blue) = 115+179+250=544 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.14% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #73B3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73B3FA is #8C4C05. Grayscale: #A7A7A7. Windows color (decimal): -9194502 or 16429939. OLE color: 16429939.

HSL color Cylindrical-coordinate representation of color #73B3FA: hue angle of 211.56º degrees, saturation: 0.93, 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 #73B3FA is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB115179250-
CMYK0.540.2800.02
HSL211.56º93.1%71.57%-
HSV(B)211.56º54%98.04%-
XYZ40.4542.7996.57-
YUV167.96174.390.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.14%
GREEN value IS 179 (70.31% from 255) = 32.90%
BLUE value IS 250 (98.05% from 255) = 45.96%
R=21.14%
G=32.90%
B=45.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1151792500.540.2800.02211.5693.171.57
Hex73B3FA361C02d45d48
Octal163263372663402324135110
Binary11100111011001111111010110110111000101101010010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73b3fa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,179,250); }

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

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

 a { background-color: rgb(115,179,250); }

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

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

 span { border-color: rgb(115,179,250); }

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