#73BAED

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

Shades of Maya Blue #73BAED

Tints of Maya Blue #73BAED

Color information

#73BAED (or 0x73BAED) is unknown color: approx Maya Blue. HEX triplet: 73, BA and ED. RGB value is (115,186,237). Sum of RGB (Red+Green+Blue) = 115+186+237=538 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.38% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #73BAED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BAED is #8C4512. Grayscale: #AAAAAA. Windows color (decimal): -9192723 or 15579763. OLE color: 15579763.

HSL color Cylindrical-coordinate representation of color #73BAED: hue angle of 205.08º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73BAED is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB115186237-
CMYK0.510.2200.07
HSL205.08º77.22%69.02%-
HSV(B)205.08º51.48%92.94%-
XYZ39.9244.8886.68-
YUV170.58165.4888.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.38%
GREEN value IS 186 (73.05% from 255) = 34.57%
BLUE value IS 237 (92.97% from 255) = 44.05%
R=21.38%
G=34.57%
B=44.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1151862370.510.2200.07205.0877.2269.02
Hex73BAED331607cd4d45
Octal163272355632607315115105
Binary111001110111010111011011100111011001111100110110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,186,237); }

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

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

 a { background-color: rgb(115,186,237); }

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

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

 span { border-color: rgb(115,186,237); }

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