#73BFF1

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

Shades of Maya Blue #73BFF1

Tints of Maya Blue #73BFF1

Color information

#73BFF1 (or 0x73BFF1) is unknown color: approx Maya Blue. HEX triplet: 73, BF and F1. RGB value is (115,191,241). Sum of RGB (Red+Green+Blue) = 115+191+241=547 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.02% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #73BFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BFF1 is #8C400E. Grayscale: #ADADAD. Windows color (decimal): -9191439 or 15843187. OLE color: 15843187.

HSL color Cylindrical-coordinate representation of color #73BFF1: hue angle of 203.81º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73BFF1 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB115191241-
CMYK0.520.2100.05
HSL203.81º81.82%69.8%-
HSV(B)203.81º52.28%94.51%-
XYZ41.5847.2690.15-
YUV173.98165.8285.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.02%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 241 (94.53% from 255) = 44.06%
R=21.02%
G=34.92%
B=44.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1151912410.520.2100.05203.8181.8269.8
Hex73BFF1341505cc5246
Octal163277361642505314122106
Binary111001110111111111100011101001010101011100110010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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