#73BFF7

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

Shades of Maya Blue #73BFF7

Tints of Maya Blue #73BFF7

Color information

#73BFF7 (or 0x73BFF7) is unknown color: approx Maya Blue. HEX triplet: 73, BF and F7. RGB value is (115,191,247). Sum of RGB (Red+Green+Blue) = 115+191+247=553 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.80% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 247 (96.88% from 255 or 44.67% from 553); Max value from RGB is 247 - color contains mainly: blue. Hex color #73BFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BFF7 is #8C4008. Grayscale: #AEAEAE. Windows color (decimal): -9191433 or 16236403. OLE color: 16236403.

HSL color Cylindrical-coordinate representation of color #73BFF7: hue angle of 205.45º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73BFF7 is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB115191247-
CMYK0.530.2300.03
HSL205.45º89.19%70.98%-
HSV(B)205.45º53.44%96.86%-
XYZ42.4947.6294.95-
YUV174.66168.8285.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.80%
GREEN value IS 191 (75% from 255) = 34.54%
BLUE value IS 247 (96.88% from 255) = 44.67%
R=20.80%
G=34.54%
B=44.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1151912470.530.2300.03205.4589.1970.98
Hex73BFF7351703cd5947
Octal163277367652703315131107
Binary11100111011111111110111110101101110111100110110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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