#73B4F6

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

Shades of Maya Blue #73B4F6

Tints of Maya Blue #73B4F6

Color information

#73B4F6 (or 0x73B4F6) is unknown color: approx Maya Blue. HEX triplet: 73, B4 and F6. RGB value is (115,180,246). Sum of RGB (Red+Green+Blue) = 115+180+246=541 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.26% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 246 (96.48% from 255 or 45.47% from 541); Max value from RGB is 246 - color contains mainly: blue. Hex color #73B4F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73B4F6 is #8C4B09. Grayscale: #A7A7A7. Windows color (decimal): -9194250 or 16168051. OLE color: 16168051.

HSL color Cylindrical-coordinate representation of color #73B4F6: hue angle of 210.23º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73B4F6 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB115180246-
CMYK0.530.2700.04
HSL210.23º87.92%70.78%-
HSV(B)210.23º53.25%96.47%-
XYZ40.0342.9493.37-
YUV168.09171.9790.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.26%
GREEN value IS 180 (70.70% from 255) = 33.27%
BLUE value IS 246 (96.48% from 255) = 45.47%
R=21.26%
G=33.27%
B=45.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1151802460.530.2700.04210.2387.9270.78
Hex73B4F6351B04d25847
Octal163264366653304322130107
Binary111001110110100111101101101011101101001101001010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,180,246); }

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

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

 a { background-color: rgb(115,180,246); }

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

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

 span { border-color: rgb(115,180,246); }

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