#73B9FB

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

Shades of Maya Blue #73B9FB

Tints of Maya Blue #73B9FB

Color information

#73B9FB (or 0x73B9FB) is unknown color: approx Maya Blue. HEX triplet: 73, B9 and FB. RGB value is (115,185,251). Sum of RGB (Red+Green+Blue) = 115+185+251=551 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.87% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #73B9FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73B9FB is #8C4604. Grayscale: #ABABAB. Windows color (decimal): -9192965 or 16497011. OLE color: 16497011.

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

Color convert

RGB115185251-
CMYK0.540.2600.02
HSL209.12º94.44%71.76%-
HSV(B)209.12º54.18%98.43%-
XYZ41.8345.3197.81-
YUV171.59172.8187.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.87%
GREEN value IS 185 (72.66% from 255) = 33.58%
BLUE value IS 251 (98.44% from 255) = 45.55%
R=20.87%
G=33.58%
B=45.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1151852510.540.2600.02209.1294.4471.76
Hex73B9FB361A02d15e48
Octal163271373663202321136110
Binary11100111011100111111011110110110100101101000110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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