#73BFEC

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

Shades of Maya Blue #73BFEC

Tints of Maya Blue #73BFEC

Color information

#73BFEC (or 0x73BFEC) is unknown color: approx Maya Blue. HEX triplet: 73, BF and EC. RGB value is (115,191,236). Sum of RGB (Red+Green+Blue) = 115+191+236=542 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.22% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #73BFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BFEC is #8C4013. Grayscale: #ADADAD. Windows color (decimal): -9191444 or 15515507. OLE color: 15515507.

HSL color Cylindrical-coordinate representation of color #73BFEC: hue angle of 202.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 #73BFEC is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB115191236-
CMYK0.510.1900.07
HSL202.31º76.1%68.82%-
HSV(B)202.31º51.27%92.55%-
XYZ40.8446.9686.27-
YUV173.41163.3286.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.22%
GREEN value IS 191 (75% from 255) = 35.24%
BLUE value IS 236 (92.58% from 255) = 43.54%
R=21.22%
G=35.24%
B=43.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1151912360.510.1900.07202.3176.168.82
Hex73BFEC331307ca4c45
Octal163277354632307312114105
Binary111001110111111111011001100111001101111100101010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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