#73BDEC

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

Shades of Maya Blue #73BDEC

Tints of Maya Blue #73BDEC

Color information

#73BDEC (or 0x73BDEC) is unknown color: approx Maya Blue. HEX triplet: 73, BD and EC. RGB value is (115,189,236). Sum of RGB (Red+Green+Blue) = 115+189+236=540 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.30% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #73BDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BDEC is #8C4213. Grayscale: #ABABAB. Windows color (decimal): -9191956 or 15514995. OLE color: 15514995.

HSL color Cylindrical-coordinate representation of color #73BDEC: hue angle of 203.31º degrees, saturation: 0.76, 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 #73BDEC is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB115189236-
CMYK0.510.2000.07
HSL203.31º76.1%68.82%-
HSV(B)203.31º51.27%92.55%-
XYZ40.4146.186.12-
YUV172.23163.9887.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.30%
GREEN value IS 189 (74.22% from 255) = 35%
BLUE value IS 236 (92.58% from 255) = 43.70%
R=21.30%
G=35%
B=43.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1151892360.510.2000.07203.3176.168.82
Hex73BDEC331407cb4c45
Octal163275354632407313114105
Binary111001110111101111011001100111010001111100101110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,189,236); }

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

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

 a { background-color: rgb(115,189,236); }

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

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

 span { border-color: rgb(115,189,236); }

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